Html Css Color HEX #110225 Blackcurrant

📋 copy color: '#110225'

red 17 ◦ green 2 ◦ blue 37

#110225
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #110225

Tints of Blackcurrant #110225

RGB

 RED value IS 17 (7.03% from 255) = 30.36%

 GREEN value IS 2 (1.17% from 255) = 3.57%

 BLUE value IS 37 (14.84% from 255) = 66.07%

R = 30.36%
G = 3.57%
B = 66.07%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.85

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#110225 (or 0x110225) is known color: Blackcurrant. HEX triplet: 11, 02 and 25. RGB value is (17,2,37). Sum of RGB (Red+Green+Blue) = 17+2+37=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 37 (14.84% from 255 or 66.07% from 56); Max value from RGB is 37 - color contains mainly: blue. Hex color #110225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110225 is #EEFDDA. Grayscale: #0A0A0A. Windows color (decimal): -15662555 or 2425361. OLE color: 2425361.

HSL color Cylindrical-coordinate representation of color #110225: hue angle of 265.71º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110225 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 2 37 -
CMYK 0.54 0.95 0 0.85
HSL 265.71º 0.9% 0.08% -
HSV(B) 265.71º 0.95% 0.15% -
XYZ 0.59 0.3 1.78 -
YUV 10.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 17 2 37 0.54 0.95 0 0.85 265.71 0.9 0.08
Hex 11 2 25 36 5F 0 55 10A 5A 8
Octal 21 2 45 66 137 0 125 412 132 10
Binary 10001 10 100101 110110 1011111 0 1010101 100001010 1011010 1000

Color Harmonies of #110225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110225

Black with #110225

Text Example


Text Example

White with #110225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110225; }

 p { color: rgb(17,2,37); }

 H1.HeaderClassName
 {
   color: #110225;
 }
 .AnyTagClassName
 {
   color: #110225;
 }
</style>

background-color css

<style>
 a { background-color: #110225; }

 a { background-color: rgb(17,2,37); }

 div.DivClassName
 {
   background-color: #110225;
 }
 .BgClassName
 {
   background-color: #110225;
 }
</style>

border-color css

<style>
 span { border-color: #110225; }

 span { border-color: rgb(17,2,37); }

 td.TdClassName
 {
   border-color: #110225;
 }
 .TagClassName
 {
   border-color: #110225;
 }
</style>