#232338

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

Shades of Jaguar #232338

Tints of Jaguar #232338

Color information

#232338 (or 0x232338) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 38. RGB value is (35,35,56). Sum of RGB (Red+Green+Blue) = 35+35+56=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #232338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232338 is #DCDCC7. Grayscale: #252525. Windows color (decimal): -14474440 or 3679011. OLE color: 3679011.

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

Color convert

RGB353556-
CMYK0.370.3700.78
HSL240º23.08%17.84%-
HSV(B)240º37.5%21.96%-
XYZ2.011.843.99-
YUV37.39138.5126.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 35 (14.06% from 255) = 27.78%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=27.78%
G=27.78%
B=44.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3535560.370.3700.7824023.0817.84
Hex232338252504Ef01712
Octal434370454501163602722
Binary10001110001111100010010110010101001110111100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232338; }

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

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

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

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

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

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

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

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