#23232B

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

Shades of Jaguar #23232B

Tints of Jaguar #23232B

Color information

#23232B (or 0x23232B) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 2B. RGB value is (35,35,43). Sum of RGB (Red+Green+Blue) = 35+35+43=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 43 - color contains mainly: blue. Hex color #23232B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232B is #DCDCD4. Grayscale: #232323. Windows color (decimal): -14474453 or 2827043. OLE color: 2827043.

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

Color convert

RGB353543-
CMYK0.190.1900.83
HSL240º10.26%15.29%-
HSV(B)240º18.6%16.86%-
XYZ1.731.732.53-
YUV35.91132127.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.97%
GREEN value IS 35 (14.06% from 255) = 30.97%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=30.97%
G=30.97%
B=38.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3535430.190.1900.8324010.2615.29
Hex23232B1313053f0af
Octal434353232301233601217
Binary1000111000111010111001110011010100111111000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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