#232330

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

Shades of Jaguar #232330

Tints of Jaguar #232330

Color information

#232330 (or 0x232330) is unknown color: approx Jaguar. HEX triplet: 23, 23 and 30. RGB value is (35,35,48). Sum of RGB (Red+Green+Blue) = 35+35+48=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 35 (14.06% from 255 or 29.66% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 48 - color contains mainly: blue. Hex color #232330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232330 is #DCDCCF. Grayscale: #242424. Windows color (decimal): -14474448 or 3154723. OLE color: 3154723.

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

Color convert

RGB353548-
CMYK0.270.2700.81
HSL240º15.66%16.27%-
HSV(B)240º27.08%18.82%-
XYZ1.831.773.04-
YUV36.48134.5126.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 35 (14.06% from 255) = 29.66%
BLUE value IS 48 (19.14% from 255) = 40.68%
R=29.66%
G=29.66%
B=40.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3535480.270.2700.8124015.6616.27
Hex2323301B1B051f01010
Octal434360333301213602020
Binary100011100011110000110111101101010001111100001000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232330; }

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

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

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

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

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

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

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

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