Html Css Color HEX #252824 Oil

📋 copy color: '#252824'

red 37 ◦ green 40 ◦ blue 36

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

Shades of Oil #252824

Tints of Oil #252824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

 BLUE value IS 36 (14.45% from 255) = 31.86%

R = 32.74%
G = 35.4%
B = 31.86%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#252824 (or 0x252824) is known color: Oil. HEX triplet: 25, 28 and 24. RGB value is (37,40,36). Sum of RGB (Red+Green+Blue) = 37+40+36=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 40 - color contains mainly: green. Hex color #252824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252824 is #DAD7DB. Grayscale: #262626. Windows color (decimal): -14342108 or 2369573. OLE color: 2369573.

HSL color Cylindrical-coordinate representation of color #252824: hue angle of 105º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #252824 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 36 -
CMYK 0.07 0 0.10 0.84
HSL 105º 0.05% 0.15% -
HSV(B) 105º 0.1% 0.16% -
XYZ 1.84 2.04 1.97 -
YUV 38.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 37 40 36 0.07 0 0.10 0.84 105 0.05 0.15
Hex 25 28 24 7 0 A 54 69 5 F
Octal 45 50 44 7 0 12 124 151 5 17
Binary 100101 101000 100100 111 0 1010 1010100 1101001 101 1111

Color Harmonies of #252824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252824

Black with #252824

Text Example


Text Example

White with #252824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252824; }

 p { color: rgb(37,40,36); }

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

background-color css

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

 a { background-color: rgb(37,40,36); }

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

border-color css

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

 span { border-color: rgb(37,40,36); }

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