Html Css Color HEX #292930 Jaguar

📋 copy color: '#292930'

red 41 ◦ green 41 ◦ blue 48

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

Shades of Jaguar #292930

Tints of Jaguar #292930

RGB

 RED value IS 41 (16.41% from 255) = 31.54%

 GREEN value IS 41 (16.41% from 255) = 31.54%

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 31.54%
G = 31.54%
B = 36.92%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#292930 (or 0x292930) is known color: Jaguar. HEX triplet: 29, 29 and 30. RGB value is (41,41,48). Sum of RGB (Red+Green+Blue) = 41+41+48=130 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.54% from 130); Green value is 41 (16.41% from 255 or 31.54% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 48 - color contains mainly: blue. Hex color #292930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292930 is #D6D6CF. Grayscale: #292929. Windows color (decimal): -14079696 or 3156265. OLE color: 3156265.

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

Color convert

RGB 41 41 48 -
CMYK 0.15 0.15 0 0.81
HSL 240º 0.08% 0.17% -
HSV(B) 240º 0.15% 0.19% -
XYZ 2.24 2.27 3.12 -
YUV 41.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 41 41 48 0.15 0.15 0 0.81 240 0.08 0.17
Hex 29 29 30 F F 0 51 F0 8 11
Octal 51 51 60 17 17 0 121 360 10 21
Binary 101001 101001 110000 1111 1111 0 1010001 11110000 1000 10001

Color Harmonies of #292930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292930

Black with #292930

Text Example


Text Example

White with #292930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292930; }

 p { color: rgb(41,41,48); }

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

background-color css

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

 a { background-color: rgb(41,41,48); }

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

border-color css

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

 span { border-color: rgb(41,41,48); }

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