Html Css Color HEX #251D17 Bokara Grey

📋 copy color: '#251D17'

red 37 ◦ green 29 ◦ blue 23

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

Shades of Bokara Grey #251D17

Tints of Bokara Grey #251D17

RGB

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

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

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

R = 41.57%
G = 32.58%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#251D17 (or 0x251D17) is known color: Bokara Grey. HEX triplet: 25, 1D and 17. RGB value is (37,29,23). Sum of RGB (Red+Green+Blue) = 37+29+23=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 37 - color contains mainly: red. Hex color #251D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D17 is #DAE2E8. Grayscale: #1E1E1E. Windows color (decimal): -14344937 or 1514789. OLE color: 1514789.

HSL color Cylindrical-coordinate representation of color #251D17: hue angle of 25.71º 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 #251D17 is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 29 23 -
CMYK 0 0.22 0.38 0.85
HSL 25.71º 0.23% 0.12% -
HSV(B) 25.71º 0.38% 0.15% -
XYZ 1.36 1.33 1 -
YUV 30.71 123.65 132.49 -
System Red Green Blue C M Y K H S L
Decimal 37 29 23 0 0.22 0.38 0.85 25.71 0.23 0.12
Hex 25 1D 17 0 16 26 55 1A 17 C
Octal 45 35 27 0 26 46 125 32 27 14
Binary 100101 11101 10111 0 10110 100110 1010101 11010 10111 1100

Color Harmonies of #251D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D17

Black with #251D17

Text Example


Text Example

White with #251D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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