#23232E

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

Shades of Jaguar #23232E

Tints of Jaguar #23232E

Color information

#23232E (or 0x23232E) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 2E. RGB value is (35,35,46). Sum of RGB (Red+Green+Blue) = 35+35+46=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 46 - color contains mainly: blue. Hex color #23232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232E is #DCDCD1. Grayscale: #242424. Windows color (decimal): -14474450 or 3023651. OLE color: 3023651.

HSL color Cylindrical-coordinate representation of color #23232E: hue angle of 240º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #23232E is Cyan = 0.24, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB353546-
CMYK0.240.2400.82
HSL240º13.58%15.88%-
HSV(B)240º23.91%18.04%-
XYZ1.791.762.83-
YUV36.25133.5127.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 46 (18.36% from 255) = 39.66%
R=30.17%
G=30.17%
B=39.66%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3535460.240.2400.8224013.5815.88
Hex23232E1818052f0e10
Octal434356303001223601620
Binary10001110001110111011000110000101001011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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