Html Css Color HEX #252E32 Cinder

📋 copy color: '#252E32'

red 37 ◦ green 46 ◦ blue 50

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

Shades of Cinder #252E32

Tints of Cinder #252E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.59%

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 27.82%
G = 34.59%
B = 37.59%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252E32 (or 0x252E32) is known color: Cinder. HEX triplet: 25, 2E and 32. RGB value is (37,46,50). Sum of RGB (Red+Green+Blue) = 37+46+50=133 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.82% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #252E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252E32 is #DAD1CD. Grayscale: #2B2B2B. Windows color (decimal): -14340558 or 3288613. OLE color: 3288613.

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

Color convert

RGB 37 46 50 -
CMYK 0.26 0.08 0 0.80
HSL 198.46º 0.15% 0.17% -
HSV(B) 198.46º 0.26% 0.2% -
XYZ 2.32 2.58 3.39 -
YUV 43.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 37 46 50 0.26 0.08 0 0.80 198.46 0.15 0.17
Hex 25 2E 32 1A 8 0 50 C6 F 11
Octal 45 56 62 32 10 0 120 306 17 21
Binary 100101 101110 110010 11010 1000 0 1010000 11000110 1111 10001

Color Harmonies of #252E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252E32

Black with #252E32

Text Example


Text Example

White with #252E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,46,50); }

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

background-color css

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

 a { background-color: rgb(37,46,50); }

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

border-color css

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

 span { border-color: rgb(37,46,50); }

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