Html Css Color HEX #212325 Cinder

📋 copy color: '#212325'

red 33 ◦ green 35 ◦ blue 37

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

Shades of Cinder #212325

Tints of Cinder #212325

RGB

 RED value IS 33 (13.28% from 255) = 31.43%

 GREEN value IS 35 (14.06% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 35.24%

R = 31.43%
G = 33.33%
B = 35.24%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#212325 (or 0x212325) is known color: Cinder. HEX triplet: 21, 23 and 25. RGB value is (33,35,37). Sum of RGB (Red+Green+Blue) = 33+35+37=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 35 (14.06% from 255 or 33.33% from 105); Blue value is 37 (14.84% from 255 or 35.24% from 105); Max value from RGB is 37 - color contains mainly: blue. Hex color #212325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212325 is #DEDCDA. Grayscale: #222222. Windows color (decimal): -14605531 or 2433825. OLE color: 2433825.

HSL color Cylindrical-coordinate representation of color #212325: hue angle of 210º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #212325 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 35 37 -
CMYK 0.11 0.05 0 0.85
HSL 210º 0.06% 0.14% -
HSV(B) 210º 0.11% 0.15% -
XYZ 1.56 1.66 1.99 -
YUV 34.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 33 35 37 0.11 0.05 0 0.85 210 0.06 0.14
Hex 21 23 25 B 5 0 55 D2 6 E
Octal 41 43 45 13 5 0 125 322 6 16
Binary 100001 100011 100101 1011 101 0 1010101 11010010 110 1110

Color Harmonies of #212325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212325

Black with #212325

Text Example


Text Example

White with #212325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212325; }

 p { color: rgb(33,35,37); }

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

background-color css

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

 a { background-color: rgb(33,35,37); }

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

border-color css

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

 span { border-color: rgb(33,35,37); }

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