#23222C

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

Shades of Jaguar #23222C

Tints of Jaguar #23222C

Color information

#23222C (or 0x23222C) is unknown color: approx Jaguar. HEX triplet: 23, 22 and 2C. RGB value is (35,34,44). Sum of RGB (Red+Green+Blue) = 35+34+44=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 34 (13.67% from 255 or 30.09% from 113); Blue value is 44 (17.58% from 255 or 38.94% from 113); Max value from RGB is 44 - color contains mainly: blue. Hex color #23222C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23222C is #DCDDD3. Grayscale: #232323. Windows color (decimal): -14474708 or 2892323. OLE color: 2892323.

HSL color Cylindrical-coordinate representation of color #23222C: hue angle of 246º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #23222C is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB353444-
CMYK0.200.2300.83
HSL246º12.82%15.29%-
HSV(B)246º22.73%17.25%-
XYZ1.721.682.62-
YUV35.44132.83127.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 34 (13.67% from 255) = 30.09%
BLUE value IS 44 (17.58% from 255) = 38.94%
R=30.97%
G=30.09%
B=38.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3534440.200.2300.8324612.8215.29
Hex23222C1417053f6df
Octal434254242701233661517
Binary1000111000101011001010010111010100111111011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23222C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23222C; }

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

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

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

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

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

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

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

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