#252F35

Color #252F35 Cod Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cod Grey #252F35

Tints of Cod Grey #252F35

Color information

#252F35 (or 0x252F35) is unknown color: approx Cod Grey. HEX triplet: 25, 2F and 35. RGB value is (37,47,53). Sum of RGB (Red+Green+Blue) = 37+47+53=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 53 (21.09% from 255 or 38.69% from 137); Max value from RGB is 53 - color contains mainly: blue. Hex color #252F35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F35 is #DAD0CA. Grayscale: #2C2C2C. Windows color (decimal): -14340299 or 3485477. OLE color: 3485477.

HSL color Cylindrical-coordinate representation of color #252F35: hue angle of 202.5º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #252F35 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB374753-
CMYK0.300.1100.79
HSL202.5º17.78%17.65%-
HSV(B)202.5º30.19%20.78%-
XYZ2.422.683.76-
YUV44.69132.69122.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.01%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 53 (21.09% from 255) = 38.69%
R=27.01%
G=34.31%
B=38.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3747530.300.1100.79202.517.7817.65
Hex252F351EB04Fca1212
Octal455765361301173122222
Binary10010110111111010111110101101001111110010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252F35; }

 p { color: rgb(37,47,53); }

 H1.HeaderClassName
 {
   color: #252F35;
 }
 .AnyTagClassName
 {
   color: #252F35;
 }
</style>
background-color css

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

 a { background-color: rgb(37,47,53); }

 div.DivClassName
 {
   background-color: #252F35;
 }
 .BgClassName
 {
   background-color: #252F35;
 }
</style>
border-color css

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

 span { border-color: rgb(37,47,53); }

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