Html Css Color HEX #23222B Jaguar

📋 copy color: '#23222B'

red 35 ◦ green 34 ◦ blue 43

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

Shades of Jaguar #23222B

Tints of Jaguar #23222B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.36%

 BLUE value IS 43 (17.19% from 255) = 38.39%

R = 31.25%
G = 30.36%
B = 38.39%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#23222B (or 0x23222B) is known color: Jaguar. HEX triplet: 23, 22 and 2B. RGB value is (35,34,43). Sum of RGB (Red+Green+Blue) = 35+34+43=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 43 (17.19% from 255 or 38.39% from 112); Max value from RGB is 43 - color contains mainly: blue. Hex color #23222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23222B is #DCDDD4. Grayscale: #232323. Windows color (decimal): -14474709 or 2826787. OLE color: 2826787.

HSL color Cylindrical-coordinate representation of color #23222B: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #23222B is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 35 34 43 -
CMYK 0.19 0.21 0 0.83
HSL 246.67º 0.12% 0.15% -
HSV(B) 246.67º 0.21% 0.17% -
XYZ 1.7 1.68 2.52 -
YUV 35.33 132.33 127.77 -
System Red Green Blue C M Y K H S L
Decimal 35 34 43 0.19 0.21 0 0.83 246.67 0.12 0.15
Hex 23 22 2B 13 15 0 53 F7 C F
Octal 43 42 53 23 25 0 123 367 14 17
Binary 100011 100010 101011 10011 10101 0 1010011 11110111 1100 1111

Color Harmonies of #23222B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23222B

Black with #23222B

Text Example


Text Example

White with #23222B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23222B; }

 p { color: rgb(35,34,43); }

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

background-color css

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

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

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

border-color css

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

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

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