Html Css Color HEX #18130D Bokara Grey

📋 copy color: '#18130D'

red 24 ◦ green 19 ◦ blue 13

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

Shades of Bokara Grey #18130D

Tints of Bokara Grey #18130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 23.21%

R = 42.86%
G = 33.93%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#18130D (or 0x18130D) is known color: Bokara Grey. HEX triplet: 18, 13 and 0D. RGB value is (24,19,13). Sum of RGB (Red+Green+Blue) = 24+19+13=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 19 (7.81% from 255 or 33.93% from 56); Blue value is 13 (5.47% from 255 or 23.21% from 56); Max value from RGB is 24 - color contains mainly: red. Hex color #18130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18130D is #E7ECF2. Grayscale: #131313. Windows color (decimal): -15199475 or 856856. OLE color: 856856.

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

Color convert

RGB 24 19 13 -
CMYK 0 0.21 0.46 0.91
HSL 32.73º 0.3% 0.07% -
HSV(B) 32.73º 0.46% 0.09% -
XYZ 0.68 0.69 0.48 -
YUV 19.81 124.16 130.99 -
System Red Green Blue C M Y K H S L
Decimal 24 19 13 0 0.21 0.46 0.91 32.73 0.3 0.07
Hex 18 13 D 0 15 2E 5B 21 1E 7
Octal 30 23 15 0 25 56 133 41 36 7
Binary 11000 10011 1101 0 10101 101110 1011011 100001 11110 111

Color Harmonies of #18130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18130D

Black with #18130D

Text Example


Text Example

White with #18130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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