#23232A

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

Shades of Jaguar #23232A

Tints of Jaguar #23232A

Color information

#23232A (or 0x23232A) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 2A. RGB value is (35,35,42). Sum of RGB (Red+Green+Blue) = 35+35+42=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #23232A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232A is #DCDCD5. Grayscale: #232323. Windows color (decimal): -14474454 or 2761507. OLE color: 2761507.

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

Color convert

RGB353542-
CMYK0.170.1700.84
HSL240º9.09%15.1%-
HSV(B)240º16.67%16.47%-
XYZ1.711.732.43-
YUV35.8131.5127.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 35 (14.06% from 255) = 31.25%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=31.25%
G=31.25%
B=37.5%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3535420.170.1700.842409.0915.1
Hex23232A1111054f09f
Octal434352212101243601117
Binary1000111000111010101000110001010101001111000010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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