Html Css Color HEX #252B2F Cinder

📋 copy color: '#252B2F'

red 37 ◦ green 43 ◦ blue 47

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

Shades of Cinder #252B2F

Tints of Cinder #252B2F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 33.86%

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

R = 29.13%
G = 33.86%
B = 37.01%

CMYK

 C value IS 0.21

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#252B2F (or 0x252B2F) is known color: Cinder. HEX triplet: 25, 2B and 2F. RGB value is (37,43,47). Sum of RGB (Red+Green+Blue) = 37+43+47=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 43 (17.19% from 255 or 33.86% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 47 - color contains mainly: blue. Hex color #252B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252B2F is #DAD4D0. Grayscale: #292929. Windows color (decimal): -14341329 or 3091237. OLE color: 3091237.

HSL color Cylindrical-coordinate representation of color #252B2F: hue angle of 204º 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 #252B2F is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 37 43 47 -
CMYK 0.21 0.09 0 0.82
HSL 204º 0.12% 0.16% -
HSV(B) 204º 0.21% 0.18% -
XYZ 2.14 2.33 3.03 -
YUV 41.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 37 43 47 0.21 0.09 0 0.82 204 0.12 0.16
Hex 25 2B 2F 15 9 0 52 CC C 10
Octal 45 53 57 25 11 0 122 314 14 20
Binary 100101 101011 101111 10101 1001 0 1010010 11001100 1100 10000

Color Harmonies of #252B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B2F

Black with #252B2F

Text Example


Text Example

White with #252B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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