Html Css Color HEX #110426 Blackcurrant

📋 copy color: '#110426'

red 17 ◦ green 4 ◦ blue 38

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

Shades of Blackcurrant #110426

Tints of Blackcurrant #110426

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.78%

 BLUE value IS 38 (15.23% from 255) = 64.41%

R = 28.81%
G = 6.78%
B = 64.41%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#110426 (or 0x110426) is known color: Blackcurrant. HEX triplet: 11, 04 and 26. RGB value is (17,4,38). Sum of RGB (Red+Green+Blue) = 17+4+38=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 38 (15.23% from 255 or 64.41% from 59); Max value from RGB is 38 - color contains mainly: blue. Hex color #110426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110426 is #EEFBD9. Grayscale: #0B0B0B. Windows color (decimal): -15662042 or 2491409. OLE color: 2491409.

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

Color convert

RGB 17 4 38 -
CMYK 0.55 0.89 0 0.85
HSL 262.94º 0.81% 0.08% -
HSV(B) 262.94º 0.89% 0.15% -
XYZ 0.62 0.35 1.87 -
YUV 11.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 17 4 38 0.55 0.89 0 0.85 262.94 0.81 0.08
Hex 11 4 26 37 59 0 55 107 51 8
Octal 21 4 46 67 131 0 125 407 121 10
Binary 10001 100 100110 110111 1011001 0 1010101 100000111 1010001 1000

Color Harmonies of #110426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #110426

Black with #110426

Text Example


Text Example

White with #110426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #110426; }

 p { color: rgb(17,4,38); }

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

background-color css

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

 a { background-color: rgb(17,4,38); }

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

border-color css

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

 span { border-color: rgb(17,4,38); }

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