#232339

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

Shades of Jaguar #232339

Tints of Jaguar #232339

Color information

#232339 (or 0x232339) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 39. RGB value is (35,35,57). Sum of RGB (Red+Green+Blue) = 35+35+57=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #232339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232339 is #DCDCC6. Grayscale: #252525. Windows color (decimal): -14474439 or 3744547. OLE color: 3744547.

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

Color convert

RGB353557-
CMYK0.390.3900.78
HSL240º23.91%18.04%-
HSV(B)240º38.6%22.35%-
XYZ2.031.854.12-
YUV37.51139126.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 57 (22.66% from 255) = 44.88%
R=27.56%
G=27.56%
B=44.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3535570.390.3900.7824023.9118.04
Hex232339272704Ef01812
Octal434371474701163603022
Binary10001110001111100110011110011101001110111100001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232339; }

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

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

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

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

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

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

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

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