Html Css Color HEX #232328 Jaguar

📋 copy color: '#232328'

red 35 ◦ green 35 ◦ blue 40

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

Shades of Jaguar #232328

Tints of Jaguar #232328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 31.82%
G = 31.82%
B = 36.36%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#232328 (or 0x232328) is known color: Jaguar. HEX triplet: 23, 23 and 28. RGB value is (35,35,40). Sum of RGB (Red+Green+Blue) = 35+35+40=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 40 - color contains mainly: blue. Hex color #232328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232328 is #DCDCD7. Grayscale: #232323. Windows color (decimal): -14474456 or 2630435. OLE color: 2630435.

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

Color convert

RGB 35 35 40 -
CMYK 0.12 0.12 0 0.84
HSL 240º 0.07% 0.15% -
HSV(B) 240º 0.13% 0.16% -
XYZ 1.68 1.71 2.25 -
YUV 35.57 130.5 127.59 -
System Red Green Blue C M Y K H S L
Decimal 35 35 40 0.12 0.12 0 0.84 240 0.07 0.15
Hex 23 23 28 C C 0 54 F0 7 F
Octal 43 43 50 14 14 0 124 360 7 17
Binary 100011 100011 101000 1100 1100 0 1010100 11110000 111 1111

Color Harmonies of #232328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #232328

Black with #232328

Text Example


Text Example

White with #232328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #232328; }

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

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

background-color css

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

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

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

border-color css

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

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

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