Html Css Color HEX #232327 Jaguar

📋 copy color: '#232327'

red 35 ◦ green 35 ◦ blue 39

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

Shades of Jaguar #232327

Tints of Jaguar #232327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 32.11%
G = 32.11%
B = 35.78%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#232327 (or 0x232327) is known color: Jaguar. HEX triplet: 23, 23 and 27. RGB value is (35,35,39). Sum of RGB (Red+Green+Blue) = 35+35+39=109 (14% of max value = 765). Red value is 35 (14.06% from 255 or 32.11% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 39 - color contains mainly: blue. Hex color #232327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232327 is #DCDCD8. Grayscale: #232323. Windows color (decimal): -14474457 or 2564899. OLE color: 2564899.

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

Color convert

RGB 35 35 39 -
CMYK 0.10 0.10 0 0.85
HSL 240º 0.05% 0.15% -
HSV(B) 240º 0.1% 0.15% -
XYZ 1.66 1.71 2.16 -
YUV 35.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 35 35 39 0.10 0.10 0 0.85 240 0.05 0.15
Hex 23 23 27 A A 0 55 F0 5 F
Octal 43 43 47 12 12 0 125 360 5 17
Binary 100011 100011 100111 1010 1010 0 1010101 11110000 101 1111

Color Harmonies of #232327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232327

Black with #232327

Text Example


Text Example

White with #232327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232327; }

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

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

background-color css

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

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

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

border-color css

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

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

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