#232C31

Color #232C31 Cinder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinder #232C31

Tints of Cinder #232C31

Color information

#232C31 (or 0x232C31) is unknown color: approx Cinder. HEX triplet: 23, 2C and 31. RGB value is (35,44,49). Sum of RGB (Red+Green+Blue) = 35+44+49=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 49 (19.53% from 255 or 38.28% from 128); Max value from RGB is 49 - color contains mainly: blue. Hex color #232C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232C31 is #DCD3CE. Grayscale: #292929. Windows color (decimal): -14472143 or 3222563. OLE color: 3222563.

HSL color Cylindrical-coordinate representation of color #232C31: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232C31 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354449-
CMYK0.290.1000.81
HSL201.43º16.67%16.47%-
HSV(B)201.43º28.57%19.22%-
XYZ2.152.383.25-
YUV41.88132.02123.09-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 49 (19.53% from 255) = 38.28%
R=27.34%
G=34.38%
B=38.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3544490.290.1000.81201.4316.6716.47
Hex232C311DA051c91110
Octal435461351201213112120
Binary10001110110011000111101101001010001110010011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #232C31;
 }
 .AnyTagClassName
 {
   color: #232C31;
 }
</style>
background-color css

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

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

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

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

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

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