Html Css Color HEX #231D15 Bokara Grey

📋 copy color: '#231D15'

red 35 ◦ green 29 ◦ blue 21

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

Shades of Bokara Grey #231D15

Tints of Bokara Grey #231D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 24.71%

R = 41.18%
G = 34.12%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231D15 (or 0x231D15) is known color: Bokara Grey. HEX triplet: 23, 1D and 15. RGB value is (35,29,21). Sum of RGB (Red+Green+Blue) = 35+29+21=85 (11% of max value = 765). Red value is 35 (14.06% from 255 or 41.18% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 35 - color contains mainly: red. Hex color #231D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D15 is #DCE2EA. Grayscale: #1D1D1D. Windows color (decimal): -14476011 or 1383715. OLE color: 1383715.

HSL color Cylindrical-coordinate representation of color #231D15: hue angle of 34.29º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #231D15 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 29 21 -
CMYK 0 0.17 0.40 0.86
HSL 34.29º 0.25% 0.11% -
HSV(B) 34.29º 0.4% 0.14% -
XYZ 1.27 1.29 0.89 -
YUV 29.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 35 29 21 0 0.17 0.40 0.86 34.29 0.25 0.11
Hex 23 1D 15 0 11 28 56 22 19 B
Octal 43 35 25 0 21 50 126 42 31 13
Binary 100011 11101 10101 0 10001 101000 1010110 100010 11001 1011

Color Harmonies of #231D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D15

Black with #231D15

Text Example


Text Example

White with #231D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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