Html Css Color HEX #232325 Jaguar

📋 copy color: '#232325'

red 35 ◦ green 35 ◦ blue 37

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

Shades of Jaguar #232325

Tints of Jaguar #232325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 34.58%

R = 32.71%
G = 32.71%
B = 34.58%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#232325 (or 0x232325) is known color: Jaguar. HEX triplet: 23, 23 and 25. RGB value is (35,35,37). Sum of RGB (Red+Green+Blue) = 35+35+37=107 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.71% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 37 (14.84% from 255 or 34.58% from 107); Max value from RGB is 37 - color contains mainly: blue. Hex color #232325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232325 is #DCDCDA. Grayscale: #232323. Windows color (decimal): -14474459 or 2433827. OLE color: 2433827.

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

Color convert

RGB 35 35 37 -
CMYK 0.05 0.05 0 0.85
HSL 240º 0.03% 0.14% -
HSV(B) 240º 0.05% 0.15% -
XYZ 1.63 1.69 1.99 -
YUV 35.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 35 35 37 0.05 0.05 0 0.85 240 0.03 0.14
Hex 23 23 25 5 5 0 55 F0 3 E
Octal 43 43 45 5 5 0 125 360 3 16
Binary 100011 100011 100101 101 101 0 1010101 11110000 11 1110

Color Harmonies of #232325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232325

Black with #232325

Text Example


Text Example

White with #232325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232325; }

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

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

background-color css

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

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

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

border-color css

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

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

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