Html Css Color HEX #232331 Jaguar

📋 copy color: '#232331'

red 35 ◦ green 35 ◦ blue 49

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

Shades of Jaguar #232331

Tints of Jaguar #232331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 41.18%

R = 29.41%
G = 29.41%
B = 41.18%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#232331 (or 0x232331) is known color: Jaguar. HEX triplet: 23, 23 and 31. RGB value is (35,35,49). Sum of RGB (Red+Green+Blue) = 35+35+49=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #232331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232331 is #DCDCCE. Grayscale: #242424. Windows color (decimal): -14474447 or 3220259. OLE color: 3220259.

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

Color convert

RGB 35 35 49 -
CMYK 0.29 0.29 0 0.81
HSL 240º 0.17% 0.16% -
HSV(B) 240º 0.29% 0.19% -
XYZ 1.85 1.78 3.15 -
YUV 36.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 35 35 49 0.29 0.29 0 0.81 240 0.17 0.16
Hex 23 23 31 1D 1D 0 51 F0 11 10
Octal 43 43 61 35 35 0 121 360 21 20
Binary 100011 100011 110001 11101 11101 0 1010001 11110000 10001 10000

Color Harmonies of #232331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232331

Black with #232331

Text Example


Text Example

White with #232331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232331; }

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

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

background-color css

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

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

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

border-color css

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

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

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