Html Css Color HEX #232C32 Cinder

📋 copy color: '#232C32'

red 35 ◦ green 44 ◦ blue 50

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

Shades of Cinder #232C32

Tints of Cinder #232C32

RGB

 RED value IS 35 (14.06% from 255) = 27.13%

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

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

R = 27.13%
G = 34.11%
B = 38.76%

CMYK

 C value IS 0.30

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#232C32 (or 0x232C32) is known color: Cinder. HEX triplet: 23, 2C and 32. RGB value is (35,44,50). Sum of RGB (Red+Green+Blue) = 35+44+50=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 50 (19.92% from 255 or 38.76% from 129); Max value from RGB is 50 - color contains mainly: blue. Hex color #232C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C32 is #DCD3CD. Grayscale: #292929. Windows color (decimal): -14472142 or 3288099. OLE color: 3288099.

HSL color Cylindrical-coordinate representation of color #232C32: hue angle of 204º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #232C32 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 35 44 50 -
CMYK 0.30 0.12 0 0.80
HSL 204º 0.18% 0.17% -
HSV(B) 204º 0.3% 0.2% -
XYZ 2.17 2.39 3.36 -
YUV 41.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 35 44 50 0.30 0.12 0 0.80 204 0.18 0.17
Hex 23 2C 32 1E C 0 50 CC 12 11
Octal 43 54 62 36 14 0 120 314 22 21
Binary 100011 101100 110010 11110 1100 0 1010000 11001100 10010 10001

Color Harmonies of #232C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232C32

Black with #232C32

Text Example


Text Example

White with #232C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232C32; }

 p { color: rgb(35,44,50); }

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

background-color css

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

 a { background-color: rgb(35,44,50); }

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

border-color css

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

 span { border-color: rgb(35,44,50); }

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