Html Css Color HEX #252F34 Cinder

📋 copy color: '#252F34'

red 37 ◦ green 47 ◦ blue 52

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

Shades of Cinder #252F34

Tints of Cinder #252F34

RGB

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

 GREEN value IS 47 (18.75% from 255) = 34.56%

 BLUE value IS 52 (20.7% from 255) = 38.24%

R = 27.21%
G = 34.56%
B = 38.24%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252F34 (or 0x252F34) is known color: Cinder. HEX triplet: 25, 2F and 34. RGB value is (37,47,52). Sum of RGB (Red+Green+Blue) = 37+47+52=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #252F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252F34 is #DAD0CB. Grayscale: #2C2C2C. Windows color (decimal): -14340300 or 3419941. OLE color: 3419941.

HSL color Cylindrical-coordinate representation of color #252F34: hue angle of 200º degrees, saturation: 0.17, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #252F34 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 37 47 52 -
CMYK 0.29 0.10 0 0.80
HSL 200º 0.17% 0.17% -
HSV(B) 200º 0.29% 0.2% -
XYZ 2.4 2.67 3.64 -
YUV 44.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 37 47 52 0.29 0.10 0 0.80 200 0.17 0.17
Hex 25 2F 34 1D A 0 50 C8 11 11
Octal 45 57 64 35 12 0 120 310 21 21
Binary 100101 101111 110100 11101 1010 0 1010000 11001000 10001 10001

Color Harmonies of #252F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252F34

Black with #252F34

Text Example


Text Example

White with #252F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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