Html Css Color HEX #231D19 Bokara Grey

📋 copy color: '#231D19'

red 35 ◦ green 29 ◦ blue 25

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

Shades of Bokara Grey #231D19

Tints of Bokara Grey #231D19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 28.09%

R = 39.33%
G = 32.58%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.86

RGB Variations

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

Color information

#231D19 (or 0x231D19) is known color: Bokara Grey. HEX triplet: 23, 1D and 19. RGB value is (35,29,25). Sum of RGB (Red+Green+Blue) = 35+29+25=89 (11% of max value = 765). Red value is 35 (14.06% from 255 or 39.33% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 25 (10.16% from 255 or 28.09% from 89); Max value from RGB is 35 - color contains mainly: red. Hex color #231D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231D19 is #DCE2E6. Grayscale: #1E1E1E. Windows color (decimal): -14476007 or 1645859. OLE color: 1645859.

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

Color convert

RGB 35 29 25 -
CMYK 0 0.17 0.29 0.86
HSL 24º 0.17% 0.12% -
HSV(B) 24º 0.29% 0.14% -
XYZ 1.31 1.31 1.1 -
YUV 30.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 35 29 25 0 0.17 0.29 0.86 24 0.17 0.12
Hex 23 1D 19 0 11 1D 56 18 11 C
Octal 43 35 31 0 21 35 126 30 21 14
Binary 100011 11101 11001 0 10001 11101 1010110 11000 10001 1100

Color Harmonies of #231D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231D19

Black with #231D19

Text Example


Text Example

White with #231D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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