Html Css Color HEX #232329 Jaguar

📋 copy color: '#232329'

red 35 ◦ green 35 ◦ blue 41

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

Shades of Jaguar #232329

Tints of Jaguar #232329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 36.94%

R = 31.53%
G = 31.53%
B = 36.94%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#232329 (or 0x232329) is known color: Jaguar. HEX triplet: 23, 23 and 29. RGB value is (35,35,41). Sum of RGB (Red+Green+Blue) = 35+35+41=111 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.53% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 41 - color contains mainly: blue. Hex color #232329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232329 is #DCDCD6. Grayscale: #232323. Windows color (decimal): -14474455 or 2695971. OLE color: 2695971.

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

Color convert

RGB 35 35 41 -
CMYK 0.15 0.15 0 0.84
HSL 240º 0.08% 0.15% -
HSV(B) 240º 0.15% 0.16% -
XYZ 1.69 1.72 2.34 -
YUV 35.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 35 35 41 0.15 0.15 0 0.84 240 0.08 0.15
Hex 23 23 29 F F 0 54 F0 8 F
Octal 43 43 51 17 17 0 124 360 10 17
Binary 100011 100011 101001 1111 1111 0 1010100 11110000 1000 1111

Color Harmonies of #232329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232329

Black with #232329

Text Example


Text Example

White with #232329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232329; }

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

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

background-color css

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

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

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

border-color css

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

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

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