Html Css Color HEX #232330 Jaguar

📋 copy color: '#232330'

red 35 ◦ green 35 ◦ blue 48

#232330
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jaguar #232330

Tints of Jaguar #232330

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 value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#232330 (or 0x232330) is known color: 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

RGB 35 35 48 -
CMYK 0.27 0.27 0 0.81
HSL 240º 0.16% 0.16% -
HSV(B) 240º 0.27% 0.19% -
XYZ 1.83 1.77 3.04 -
YUV 36.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 35 35 48 0.27 0.27 0 0.81 240 0.16 0.16
Hex 23 23 30 1B 1B 0 51 F0 10 10
Octal 43 43 60 33 33 0 121 360 20 20
Binary 100011 100011 110000 11011 11011 0 1010001 11110000 10000 10000

Color Harmonies of #232330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232330

Black with #232330

Text Example


Text Example

White with #232330

Text Example


Text Example

HTML Codes & Css Web 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>