Html Css Color HEX #231D18 Bokara Grey

📋 copy color: '#231D18'

red 35 ◦ green 29 ◦ blue 24

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

Shades of Bokara Grey #231D18

Tints of Bokara Grey #231D18

RGB

 RED value IS 35 (14.06% from 255) = 39.77%

 GREEN value IS 29 (11.72% from 255) = 32.95%

 BLUE value IS 24 (9.77% from 255) = 27.27%

R = 39.77%
G = 32.95%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#231D18 (or 0x231D18) is known color: Bokara Grey. HEX triplet: 23, 1D and 18. RGB value is (35,29,24). Sum of RGB (Red+Green+Blue) = 35+29+24=88 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.77% from 88); Green value is 29 (11.72% from 255 or 32.95% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 35 - color contains mainly: red. Hex color #231D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D18 is #DCE2E7. Grayscale: #1E1E1E. Windows color (decimal): -14476008 or 1580323. OLE color: 1580323.

HSL color Cylindrical-coordinate representation of color #231D18: hue angle of 27.27º degrees, saturation: 0.19, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #231D18 is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 29 24 -
CMYK 0 0.17 0.31 0.86
HSL 27.27º 0.19% 0.12% -
HSV(B) 27.27º 0.31% 0.14% -
XYZ 1.3 1.3 1.05 -
YUV 30.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 35 29 24 0 0.17 0.31 0.86 27.27 0.19 0.12
Hex 23 1D 18 0 11 1F 56 1B 13 C
Octal 43 35 30 0 21 37 126 33 23 14
Binary 100011 11101 11000 0 10001 11111 1010110 11011 10011 1100

Color Harmonies of #231D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D18

Black with #231D18

Text Example


Text Example

White with #231D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231D18; }

 p { color: rgb(35,29,24); }

 H1.HeaderClassName
 {
   color: #231D18;
 }
 .AnyTagClassName
 {
   color: #231D18;
 }
</style>

background-color css

<style>
 a { background-color: #231D18; }

 a { background-color: rgb(35,29,24); }

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

border-color css

<style>
 span { border-color: #231D18; }

 span { border-color: rgb(35,29,24); }

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