Html Css Color HEX #252C30 Cinder

📋 copy color: '#252C30'

red 37 ◦ green 44 ◦ blue 48

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

Shades of Cinder #252C30

Tints of Cinder #252C30

RGB

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

 GREEN value IS 44 (17.58% from 255) = 34.11%

 BLUE value IS 48 (19.14% from 255) = 37.21%

R = 28.68%
G = 34.11%
B = 37.21%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#252C30 (or 0x252C30) is known color: Cinder. HEX triplet: 25, 2C and 30. RGB value is (37,44,48). Sum of RGB (Red+Green+Blue) = 37+44+48=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 48 (19.14% from 255 or 37.21% from 129); Max value from RGB is 48 - color contains mainly: blue. Hex color #252C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C30 is #DAD3CF. Grayscale: #2A2A2A. Windows color (decimal): -14341072 or 3157029. OLE color: 3157029.

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

Color convert

RGB 37 44 48 -
CMYK 0.23 0.08 0 0.81
HSL 201.82º 0.13% 0.17% -
HSV(B) 201.82º 0.23% 0.19% -
XYZ 2.2 2.41 3.15 -
YUV 42.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 37 44 48 0.23 0.08 0 0.81 201.82 0.13 0.17
Hex 25 2C 30 17 8 0 51 CA D 11
Octal 45 54 60 27 10 0 121 312 15 21
Binary 100101 101100 110000 10111 1000 0 1010001 11001010 1101 10001

Color Harmonies of #252C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C30

Black with #252C30

Text Example


Text Example

White with #252C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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