Html Css Color HEX #18130C Bokara Grey

📋 copy color: '#18130C'

red 24 ◦ green 19 ◦ blue 12

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

Shades of Bokara Grey #18130C

Tints of Bokara Grey #18130C

RGB

 RED value IS 24 (9.77% from 255) = 43.64%

 GREEN value IS 19 (7.81% from 255) = 34.55%

 BLUE value IS 12 (5.08% from 255) = 21.82%

R = 43.64%
G = 34.55%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#18130C (or 0x18130C) is known color: Bokara Grey. HEX triplet: 18, 13 and 0C. RGB value is (24,19,12). Sum of RGB (Red+Green+Blue) = 24+19+12=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 12 (5.08% from 255 or 21.82% from 55); Max value from RGB is 24 - color contains mainly: red. Hex color #18130C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130C is #E7ECF3. Grayscale: #131313. Windows color (decimal): -15199476 or 791320. OLE color: 791320.

HSL color Cylindrical-coordinate representation of color #18130C: hue angle of 35º degrees, saturation: 0.33, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18130C is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 19 12 -
CMYK 0 0.21 0.50 0.91
HSL 35º 0.33% 0.07% -
HSV(B) 35º 0.5% 0.09% -
XYZ 0.68 0.69 0.44 -
YUV 19.7 123.66 131.07 -
System Red Green Blue C M Y K H S L
Decimal 24 19 12 0 0.21 0.50 0.91 35 0.33 0.07
Hex 18 13 C 0 15 32 5B 23 21 7
Octal 30 23 14 0 25 62 133 43 41 7
Binary 11000 10011 1100 0 10101 110010 1011011 100011 100001 111

Color Harmonies of #18130C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18130C

Black with #18130C

Text Example


Text Example

White with #18130C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,19,12); }

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

background-color css

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

 a { background-color: rgb(24,19,12); }

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

border-color css

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

 span { border-color: rgb(24,19,12); }

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