Html Css Color HEX #15110B Bokara Grey

📋 copy color: '#15110B'

red 21 ◦ green 17 ◦ blue 11

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

Shades of Bokara Grey #15110B

Tints of Bokara Grey #15110B

RGB

 RED value IS 21 (8.59% from 255) = 42.86%

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

 BLUE value IS 11 (4.69% from 255) = 22.45%

R = 42.86%
G = 34.69%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#15110B (or 0x15110B) is known color: Bokara Grey. HEX triplet: 15, 11 and 0B. RGB value is (21,17,11). Sum of RGB (Red+Green+Blue) = 21+17+11=49 (6% of max value = 765). Red value is 21 (8.59% from 255 or 42.86% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 21 - color contains mainly: red. Hex color #15110B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15110B is #EAEEF4. Grayscale: #111111. Windows color (decimal): -15396597 or 725269. OLE color: 725269.

HSL color Cylindrical-coordinate representation of color #15110B: hue angle of 36º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #15110B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.92.

Color convert

RGB 21 17 11 -
CMYK 0 0.19 0.48 0.92
HSL 36º 0.31% 0.06% -
HSV(B) 36º 0.48% 0.08% -
XYZ 0.57 0.58 0.4 -
YUV 17.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 21 17 11 0 0.19 0.48 0.92 36 0.31 0.06
Hex 15 11 B 0 13 30 5C 24 1F 6
Octal 25 21 13 0 23 60 134 44 37 6
Binary 10101 10001 1011 0 10011 110000 1011100 100100 11111 110

Color Harmonies of #15110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15110B

Black with #15110B

Text Example


Text Example

White with #15110B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,17,11); }

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

background-color css

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

 a { background-color: rgb(21,17,11); }

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

border-color css

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

 span { border-color: rgb(21,17,11); }

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