Html Css Color HEX #251D15 Bokara Grey

📋 copy color: '#251D15'

red 37 ◦ green 29 ◦ blue 21

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

Shades of Bokara Grey #251D15

Tints of Bokara Grey #251D15

RGB

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

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

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

R = 42.53%
G = 33.33%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.43

 K value IS 0.85

RGB Variations

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

Color information

#251D15 (or 0x251D15) is known color: Bokara Grey. HEX triplet: 25, 1D and 15. RGB value is (37,29,21). Sum of RGB (Red+Green+Blue) = 37+29+21=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 37 - color contains mainly: red. Hex color #251D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #251D15 is #DAE2EA. Grayscale: #1E1E1E. Windows color (decimal): -14344939 or 1383717. OLE color: 1383717.

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

Color convert

RGB 37 29 21 -
CMYK 0 0.22 0.43 0.85
HSL 30º 0.28% 0.11% -
HSV(B) 30º 0.43% 0.15% -
XYZ 1.34 1.33 0.89 -
YUV 30.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 37 29 21 0 0.22 0.43 0.85 30 0.28 0.11
Hex 25 1D 15 0 16 2B 55 1E 1C B
Octal 45 35 25 0 26 53 125 36 34 13
Binary 100101 11101 10101 0 10110 101011 1010101 11110 11100 1011

Color Harmonies of #251D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D15

Black with #251D15

Text Example


Text Example

White with #251D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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