Html Css Color HEX #25201D Bokara Grey

📋 copy color: '#25201D'

red 37 ◦ green 32 ◦ blue 29

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

Shades of Bokara Grey #25201D

Tints of Bokara Grey #25201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.65%

 BLUE value IS 29 (11.72% from 255) = 29.59%

R = 37.76%
G = 32.65%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#25201D (or 0x25201D) is known color: Bokara Grey. HEX triplet: 25, 20 and 1D. RGB value is (37,32,29). Sum of RGB (Red+Green+Blue) = 37+32+29=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 32 (12.89% from 255 or 32.65% from 98); Blue value is 29 (11.72% from 255 or 29.59% from 98); Max value from RGB is 37 - color contains mainly: red. Hex color #25201D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25201D is #DADFE2. Grayscale: #212121. Windows color (decimal): -14344163 or 1908773. OLE color: 1908773.

HSL color Cylindrical-coordinate representation of color #25201D: hue angle of 22.5º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #25201D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 32 29 -
CMYK 0 0.14 0.22 0.85
HSL 22.5º 0.12% 0.13% -
HSV(B) 22.5º 0.22% 0.15% -
XYZ 1.5 1.52 1.38 -
YUV 33.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 37 32 29 0 0.14 0.22 0.85 22.5 0.12 0.13
Hex 25 20 1D 0 E 16 55 16 C D
Octal 45 40 35 0 16 26 125 26 14 15
Binary 100101 100000 11101 0 1110 10110 1010101 10110 1100 1101

Color Harmonies of #25201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25201D

Black with #25201D

Text Example


Text Example

White with #25201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25201D; }

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

 H1.HeaderClassName
 {
   color: #25201D;
 }
 .AnyTagClassName
 {
   color: #25201D;
 }
</style>

background-color css

<style>
 a { background-color: #25201D; }

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

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

border-color css

<style>
 span { border-color: #25201D; }

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

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