#23272A

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

Shades of Cinder #23272A

Tints of Cinder #23272A

Color information

#23272A (or 0x23272A) is unknown color: approx Cinder. HEX triplet: 23, 27 and 2A. RGB value is (35,39,42). Sum of RGB (Red+Green+Blue) = 35+39+42=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 39 (15.62% from 255 or 33.62% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 42 - color contains mainly: blue. Hex color #23272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23272A is #DCD8D5. Grayscale: #262626. Windows color (decimal): -14473430 or 2762531. OLE color: 2762531.

HSL color Cylindrical-coordinate representation of color #23272A: hue angle of 205.71º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23272A is Cyan = 0.17, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB353942-
CMYK0.170.0700.84
HSL205.71º9.09%15.1%-
HSV(B)205.71º16.67%16.47%-
XYZ1.841.982.48-
YUV38.15130.17125.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 39 (15.62% from 255) = 33.62%
BLUE value IS 42 (16.80% from 255) = 36.21%
R=30.17%
G=33.62%
B=36.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3539420.170.0700.84205.719.0915.1
Hex23272A117054ce9f
Octal43475221701243161117
Binary10001110011110101010001111010101001100111010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23272A; }

 p { color: rgb(35,39,42); }

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

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

 a { background-color: rgb(35,39,42); }

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

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

 span { border-color: rgb(35,39,42); }

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