#23232F

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

Shades of Jaguar #23232F

Tints of Jaguar #23232F

Color information

#23232F (or 0x23232F) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 2F. RGB value is (35,35,47). Sum of RGB (Red+Green+Blue) = 35+35+47=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 47 - color contains mainly: blue. Hex color #23232F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23232F is #DCDCD0. Grayscale: #242424. Windows color (decimal): -14474449 or 3089187. OLE color: 3089187.

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

Color convert

RGB353547-
CMYK0.260.2600.82
HSL240º14.63%16.08%-
HSV(B)240º25.53%18.43%-
XYZ1.811.762.93-
YUV36.37134127.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.91%
GREEN value IS 35 (14.06% from 255) = 29.91%
BLUE value IS 47 (18.75% from 255) = 40.17%
R=29.91%
G=29.91%
B=40.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3535470.260.2600.8224014.6316.08
Hex23232F1A1A052f0f10
Octal434357323201223601720
Binary10001110001110111111010110100101001011110000111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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