Html Css Color HEX #232137 Jaguar

📋 copy color: '#232137'

red 35 ◦ green 33 ◦ blue 55

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

Shades of Jaguar #232137

Tints of Jaguar #232137

RGB

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

 GREEN value IS 33 (13.28% from 255) = 26.83%

 BLUE value IS 55 (21.88% from 255) = 44.72%

R = 28.46%
G = 26.83%
B = 44.72%

CMYK

 C value IS 0.36

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#232137 (or 0x232137) is known color: Jaguar. HEX triplet: 23, 21 and 37. RGB value is (35,33,55). Sum of RGB (Red+Green+Blue) = 35+33+55=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #232137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232137 is #DCDEC8. Grayscale: #242424. Windows color (decimal): -14474953 or 3612963. OLE color: 3612963.

HSL color Cylindrical-coordinate representation of color #232137: hue angle of 245.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #232137 is Cyan = 0.36, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 33 55 -
CMYK 0.36 0.4 0 0.78
HSL 245.45º 0.25% 0.17% -
HSV(B) 245.45º 0.4% 0.22% -
XYZ 1.93 1.72 3.85 -
YUV 36.11 138.66 127.21 -
System Red Green Blue C M Y K H S L
Decimal 35 33 55 0.36 0.4 0 0.78 245.45 0.25 0.17
Hex 23 21 37 24 28 0 4E F5 19 11
Octal 43 41 67 44 50 0 116 365 31 21
Binary 100011 100001 110111 100100 101000 0 1001110 11110101 11001 10001

Color Harmonies of #232137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232137

Black with #232137

Text Example


Text Example

White with #232137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232137; }

 p { color: rgb(35,33,55); }

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

background-color css

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

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

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

border-color css

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

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

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