Html Css Color HEX #11051B Blackcurrant

📋 copy color: '#11051B'

red 17 ◦ green 5 ◦ blue 27

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

Shades of Blackcurrant #11051B

Tints of Blackcurrant #11051B

RGB

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

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

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

R = 34.69%
G = 10.2%
B = 55.1%

CMYK

 C value IS 0.37

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11051B (or 0x11051B) is known color: Blackcurrant. HEX triplet: 11, 05 and 1B. RGB value is (17,5,27). Sum of RGB (Red+Green+Blue) = 17+5+27=49 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34.69% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 27 (10.94% from 255 or 55.10% from 49); Max value from RGB is 27 - color contains mainly: blue. Hex color #11051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11051B is #EEFAE4. Grayscale: #0B0B0B. Windows color (decimal): -15661797 or 1770769. OLE color: 1770769.

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

Color convert

RGB 17 5 27 -
CMYK 0.37 0.81 0 0.89
HSL 272.73º 0.69% 0.06% -
HSV(B) 272.73º 0.81% 0.11% -
XYZ 0.48 0.31 1.07 -
YUV 11.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 17 5 27 0.37 0.81 0 0.89 272.73 0.69 0.06
Hex 11 5 1B 25 51 0 59 111 45 6
Octal 21 5 33 45 121 0 131 421 105 6
Binary 10001 101 11011 100101 1010001 0 1011001 100010001 1000101 110

Color Harmonies of #11051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11051B

Black with #11051B

Text Example


Text Example

White with #11051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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