Html Css Color HEX #11051F Blackcurrant

📋 copy color: '#11051F'

red 17 ◦ green 5 ◦ blue 31

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

Shades of Blackcurrant #11051F

Tints of Blackcurrant #11051F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 58.49%

R = 32.08%
G = 9.43%
B = 58.49%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11051F (or 0x11051F) is known color: Blackcurrant. HEX triplet: 11, 05 and 1F. RGB value is (17,5,31). Sum of RGB (Red+Green+Blue) = 17+5+31=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #11051F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051F is #EEFAE0. Grayscale: #0B0B0B. Windows color (decimal): -15661793 or 2032913. OLE color: 2032913.

HSL color Cylindrical-coordinate representation of color #11051F: hue angle of 267.69º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11051F is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 5 31 -
CMYK 0.45 0.84 0 0.88
HSL 267.69º 0.72% 0.07% -
HSV(B) 267.69º 0.84% 0.12% -
XYZ 0.53 0.33 1.33 -
YUV 11.55 138.98 131.89 -
System Red Green Blue C M Y K H S L
Decimal 17 5 31 0.45 0.84 0 0.88 267.69 0.72 0.07
Hex 11 5 1F 2D 54 0 58 10C 48 7
Octal 21 5 37 55 124 0 130 414 110 7
Binary 10001 101 11111 101101 1010100 0 1011000 100001100 1001000 111

Color Harmonies of #11051F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11051F

Black with #11051F

Text Example


Text Example

White with #11051F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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