#221700

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

Shades of Maire #221700

Tints of Maire #221700

Color information

#221700 (or 0x221700) is unknown color: approx Maire. HEX triplet: 22, 17 and 00. RGB value is (34,23,0). Sum of RGB (Red+Green+Blue) = 34+23+0=57 (7% of max value = 765). Red value is 34 (13.67% from 255 or 59.65% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 0 (0.39% from 255 or 0% from 57); Max value from RGB is 34 - color contains mainly: red. Hex color #221700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221700 is #DDE8FF. Grayscale: #171717. Windows color (decimal): -14543104 or 5922. OLE color: 5922.

HSL color Cylindrical-coordinate representation of color #221700: hue angle of 40.59º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #221700 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB34230-
CMYK00.3210.87
HSL40.59º100%6.67%-
HSV(B)40.59º100%13.33%-
XYZ0.970.950.13-
YUV23.67114.64135.37-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 59.65%
GREEN value IS 23 (9.38% from 255) = 40.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.65%
G=40.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3423000.3210.8740.591006.67
Hex22170020645729647
Octal42270040144127511447
Binary1000101011100100000110010010101111010011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221700; }

 p { color: rgb(34,23,0); }

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

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

 a { background-color: rgb(34,23,0); }

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

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

 span { border-color: rgb(34,23,0); }

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