Html Css Color HEX #253022 Oil

📋 copy color: '#253022'

red 37 ◦ green 48 ◦ blue 34

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

Shades of Oil #253022

Tints of Oil #253022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

 BLUE value IS 34 (13.67% from 255) = 28.57%

R = 31.09%
G = 40.34%
B = 28.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.29

 K value IS 0.81

RGB Variations

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

Color information

#253022 (or 0x253022) is known color: Oil. HEX triplet: 25, 30 and 22. RGB value is (37,48,34). Sum of RGB (Red+Green+Blue) = 37+48+34=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #253022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253022 is #DACFDD. Grayscale: #2B2B2B. Windows color (decimal): -14340062 or 2240549. OLE color: 2240549.

HSL color Cylindrical-coordinate representation of color #253022: hue angle of 107.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #253022 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 48 34 -
CMYK 0.23 0 0.29 0.81
HSL 107.14º 0.17% 0.16% -
HSV(B) 107.14º 0.29% 0.19% -
XYZ 2.11 2.62 1.91 -
YUV 43.12 122.86 123.64 -
System Red Green Blue C M Y K H S L
Decimal 37 48 34 0.23 0 0.29 0.81 107.14 0.17 0.16
Hex 25 30 22 17 0 1D 51 6B 11 10
Octal 45 60 42 27 0 35 121 153 21 20
Binary 100101 110000 100010 10111 0 11101 1010001 1101011 10001 10000

Color Harmonies of #253022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #253022

Black with #253022

Text Example


Text Example

White with #253022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #253022; }

 p { color: rgb(37,48,34); }

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

background-color css

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

 a { background-color: rgb(37,48,34); }

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

border-color css

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

 span { border-color: rgb(37,48,34); }

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