Html Css Color HEX #232335 Jaguar

📋 copy color: '#232335'

red 35 ◦ green 35 ◦ blue 53

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

Shades of Jaguar #232335

Tints of Jaguar #232335

RGB

 RED value IS 35 (14.06% from 255) = 28.46%

 GREEN value IS 35 (14.06% from 255) = 28.46%

 BLUE value IS 53 (21.09% from 255) = 43.09%

R = 28.46%
G = 28.46%
B = 43.09%

CMYK

 C value IS 0.34

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#232335 (or 0x232335) is known color: Jaguar. HEX triplet: 23, 23 and 35. RGB value is (35,35,53). Sum of RGB (Red+Green+Blue) = 35+35+53=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #232335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232335 is #DCDCCA. Grayscale: #242424. Windows color (decimal): -14474443 or 3482403. OLE color: 3482403.

HSL color Cylindrical-coordinate representation of color #232335: hue angle of 240º degrees, saturation: 0.2, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #232335 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 35 35 53 -
CMYK 0.34 0.34 0 0.79
HSL 240º 0.2% 0.17% -
HSV(B) 240º 0.34% 0.21% -
XYZ 1.94 1.82 3.62 -
YUV 37.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 35 35 53 0.34 0.34 0 0.79 240 0.2 0.17
Hex 23 23 35 22 22 0 4F F0 14 11
Octal 43 43 65 42 42 0 117 360 24 21
Binary 100011 100011 110101 100010 100010 0 1001111 11110000 10100 10001

Color Harmonies of #232335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232335

Black with #232335

Text Example


Text Example

White with #232335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232335; }

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

 H1.HeaderClassName
 {
   color: #232335;
 }
 .AnyTagClassName
 {
   color: #232335;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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