#231C08

Color #231C08 Maire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maire #231C08

Tints of Maire #231C08

Color information

#231C08 (or 0x231C08) is unknown color: approx Maire. HEX triplet: 23, 1C and 08. RGB value is (35,28,8). Sum of RGB (Red+Green+Blue) = 35+28+8=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 28 (11.33% from 255 or 39.44% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #231C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231C08 is #DCE3F7. Grayscale: #1B1B1B. Windows color (decimal): -14476280 or 531491. OLE color: 531491.

HSL color Cylindrical-coordinate representation of color #231C08: hue angle of 44.44º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231C08 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.86.

Color convert

RGB35288-
CMYK00.200.770.86
HSL44.44º62.79%8.43%-
HSV(B)44.44º77.14%13.73%-
XYZ1.151.210.4-
YUV27.81116.82133.13-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 49.30%
GREEN value IS 28 (11.33% from 255) = 39.44%
BLUE value IS 8 (3.52% from 255) = 11.27%
R=49.30%
G=39.44%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3528800.200.770.8644.4462.798.43
Hex231C80144D562c3f8
Octal433410024115126547710
Binary100011111001000010100100110110101101011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231C08; }

 p { color: rgb(35,28,8); }

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

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

 a { background-color: rgb(35,28,8); }

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

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

 span { border-color: rgb(35,28,8); }

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