Html Css Color HEX #232229 Jaguar

📋 copy color: '#232229'

red 35 ◦ green 34 ◦ blue 41

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

Shades of Jaguar #232229

Tints of Jaguar #232229

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.91%

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

R = 31.82%
G = 30.91%
B = 37.27%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#232229 (or 0x232229) is known color: Jaguar. HEX triplet: 23, 22 and 29. RGB value is (35,34,41). Sum of RGB (Red+Green+Blue) = 35+34+41=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 41 - color contains mainly: blue. Hex color #232229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232229 is #DCDDD6. Grayscale: #232323. Windows color (decimal): -14474711 or 2695715. OLE color: 2695715.

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

Color convert

RGB 35 34 41 -
CMYK 0.15 0.17 0 0.84
HSL 248.57º 0.09% 0.15% -
HSV(B) 248.57º 0.17% 0.16% -
XYZ 1.67 1.66 2.33 -
YUV 35.1 131.33 127.93 -
System Red Green Blue C M Y K H S L
Decimal 35 34 41 0.15 0.17 0 0.84 248.57 0.09 0.15
Hex 23 22 29 F 11 0 54 F9 9 F
Octal 43 42 51 17 21 0 124 371 11 17
Binary 100011 100010 101001 1111 10001 0 1010100 11111001 1001 1111

Color Harmonies of #232229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232229

Black with #232229

Text Example


Text Example

White with #232229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232229; }

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

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

background-color css

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

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

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

border-color css

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

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

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