Html Css Color HEX #251E17 Bokara Grey

📋 copy color: '#251E17'

red 37 ◦ green 30 ◦ blue 23

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

Shades of Bokara Grey #251E17

Tints of Bokara Grey #251E17

RGB

 RED value IS 37 (14.84% from 255) = 41.11%

 GREEN value IS 30 (12.11% from 255) = 33.33%

 BLUE value IS 23 (9.38% from 255) = 25.56%

R = 41.11%
G = 33.33%
B = 25.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#251E17 (or 0x251E17) is known color: Bokara Grey. HEX triplet: 25, 1E and 17. RGB value is (37,30,23). Sum of RGB (Red+Green+Blue) = 37+30+23=90 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.11% from 90); Green value is 30 (12.11% from 255 or 33.33% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 37 - color contains mainly: red. Hex color #251E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251E17 is #DAE1E8. Grayscale: #1F1F1F. Windows color (decimal): -14344681 or 1515045. OLE color: 1515045.

HSL color Cylindrical-coordinate representation of color #251E17: hue angle of 30º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #251E17 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 30 23 -
CMYK 0 0.19 0.38 0.85
HSL 30º 0.23% 0.12% -
HSV(B) 30º 0.38% 0.15% -
XYZ 1.38 1.38 1 -
YUV 31.3 123.32 132.07 -
System Red Green Blue C M Y K H S L
Decimal 37 30 23 0 0.19 0.38 0.85 30 0.23 0.12
Hex 25 1E 17 0 13 26 55 1E 17 C
Octal 45 36 27 0 23 46 125 36 27 14
Binary 100101 11110 10111 0 10011 100110 1010101 11110 10111 1100

Color Harmonies of #251E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251E17

Black with #251E17

Text Example


Text Example

White with #251E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251E17; }

 p { color: rgb(37,30,23); }

 H1.HeaderClassName
 {
   color: #251E17;
 }
 .AnyTagClassName
 {
   color: #251E17;
 }
</style>

background-color css

<style>
 a { background-color: #251E17; }

 a { background-color: rgb(37,30,23); }

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

border-color css

<style>
 span { border-color: #251E17; }

 span { border-color: rgb(37,30,23); }

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