Html Css Color HEX #11061B Blackcurrant

📋 copy color: '#11061B'

red 17 ◦ green 6 ◦ blue 27

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

Shades of Blackcurrant #11061B

Tints of Blackcurrant #11061B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 12%

 BLUE value IS 27 (10.94% from 255) = 54%

R = 34%
G = 12%
B = 54%

CMYK

 C value IS 0.37

 M value IS 0.78

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11061B (or 0x11061B) is known color: Blackcurrant. HEX triplet: 11, 06 and 1B. RGB value is (17,6,27). Sum of RGB (Red+Green+Blue) = 17+6+27=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 6 (2.73% from 255 or 12% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #11061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11061B is #EEF9E4. Grayscale: #0B0B0B. Windows color (decimal): -15661541 or 1771025. OLE color: 1771025.

HSL color Cylindrical-coordinate representation of color #11061B: hue angle of 271.43º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11061B is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 6 27 -
CMYK 0.37 0.78 0 0.89
HSL 271.43º 0.64% 0.06% -
HSV(B) 271.43º 0.78% 0.11% -
XYZ 0.49 0.33 1.07 -
YUV 11.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 17 6 27 0.37 0.78 0 0.89 271.43 0.64 0.06
Hex 11 6 1B 25 4E 0 59 10F 40 6
Octal 21 6 33 45 116 0 131 417 100 6
Binary 10001 110 11011 100101 1001110 0 1011001 100001111 1000000 110

Color Harmonies of #11061B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11061B

Black with #11061B

Text Example


Text Example

White with #11061B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11061B; }

 p { color: rgb(17,6,27); }

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

background-color css

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

 a { background-color: rgb(17,6,27); }

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

border-color css

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

 span { border-color: rgb(17,6,27); }

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