#23232C

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

Shades of Jaguar #23232C

Tints of Jaguar #23232C

Color information

#23232C (or 0x23232C) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 2C. RGB value is (35,35,44). Sum of RGB (Red+Green+Blue) = 35+35+44=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 35 (14.06% from 255 or 30.70% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 44 - color contains mainly: blue. Hex color #23232C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232C is #DCDCD3. Grayscale: #232323. Windows color (decimal): -14474452 or 2892579. OLE color: 2892579.

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

Color convert

RGB353544-
CMYK0.200.2000.83
HSL240º11.39%15.49%-
HSV(B)240º20.45%17.25%-
XYZ1.751.742.63-
YUV36.03132.5127.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 35 (14.06% from 255) = 30.70%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=30.70%
G=30.70%
B=38.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3535440.200.2000.8324011.3915.49
Hex23232C1414053f0bf
Octal434354242401233601317
Binary1000111000111011001010010100010100111111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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