Html Css Color HEX #252C2F Cinder

📋 copy color: '#252C2F'

red 37 ◦ green 44 ◦ blue 47

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

Shades of Cinder #252C2F

Tints of Cinder #252C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 36.72%

R = 28.91%
G = 34.38%
B = 36.72%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#252C2F (or 0x252C2F) is known color: Cinder. HEX triplet: 25, 2C and 2F. RGB value is (37,44,47). Sum of RGB (Red+Green+Blue) = 37+44+47=128 (16% of max value = 765). Red value is 37 (14.84% from 255 or 28.91% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 47 - color contains mainly: blue. Hex color #252C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252C2F is #DAD3D0. Grayscale: #2A2A2A. Windows color (decimal): -14341073 or 3091493. OLE color: 3091493.

HSL color Cylindrical-coordinate representation of color #252C2F: hue angle of 198º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #252C2F is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 44 47 -
CMYK 0.21 0.06 0 0.82
HSL 198º 0.12% 0.16% -
HSV(B) 198º 0.21% 0.18% -
XYZ 2.18 2.4 3.04 -
YUV 42.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 37 44 47 0.21 0.06 0 0.82 198 0.12 0.16
Hex 25 2C 2F 15 6 0 52 C6 C 10
Octal 45 54 57 25 6 0 122 306 14 20
Binary 100101 101100 101111 10101 110 0 1010010 11000110 1100 10000

Color Harmonies of #252C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C2F

Black with #252C2F

Text Example


Text Example

White with #252C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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