Html Css Color HEX #11051C Blackcurrant

📋 copy color: '#11051C'

red 17 ◦ green 5 ◦ blue 28

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

Shades of Blackcurrant #11051C

Tints of Blackcurrant #11051C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 10%

 BLUE value IS 28 (11.33% from 255) = 56%

R = 34%
G = 10%
B = 56%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11051C (or 0x11051C) is known color: Blackcurrant. HEX triplet: 11, 05 and 1C. RGB value is (17,5,28). Sum of RGB (Red+Green+Blue) = 17+5+28=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 5 (2.34% from 255 or 10% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #11051C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051C is #EEFAE3. Grayscale: #0B0B0B. Windows color (decimal): -15661796 or 1836305. OLE color: 1836305.

HSL color Cylindrical-coordinate representation of color #11051C: hue angle of 271.3º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #11051C is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 5 28 -
CMYK 0.39 0.82 0 0.89
HSL 271.3º 0.7% 0.06% -
HSV(B) 271.3º 0.82% 0.11% -
XYZ 0.5 0.31 1.13 -
YUV 11.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 17 5 28 0.39 0.82 0 0.89 271.3 0.7 0.06
Hex 11 5 1C 27 52 0 59 10F 46 6
Octal 21 5 34 47 122 0 131 417 106 6
Binary 10001 101 11100 100111 1010010 0 1011001 100001111 1000110 110

Color Harmonies of #11051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11051C

Black with #11051C

Text Example


Text Example

White with #11051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11051C; }

 p { color: rgb(17,5,28); }

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

background-color css

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

 a { background-color: rgb(17,5,28); }

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

border-color css

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

 span { border-color: rgb(17,5,28); }

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