Html Css Color HEX #262629 Jaguar

📋 copy color: '#262629'

red 38 ◦ green 38 ◦ blue 41

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

Shades of Jaguar #262629

Tints of Jaguar #262629

RGB

 RED value IS 38 (15.23% from 255) = 32.48%

 GREEN value IS 38 (15.23% from 255) = 32.48%

 BLUE value IS 41 (16.41% from 255) = 35.04%

R = 32.48%
G = 32.48%
B = 35.04%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#262629 (or 0x262629) is known color: Jaguar. HEX triplet: 26, 26 and 29. RGB value is (38,38,41). Sum of RGB (Red+Green+Blue) = 38+38+41=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 41 (16.41% from 255 or 35.04% from 117); Max value from RGB is 41 - color contains mainly: blue. Hex color #262629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262629 is #D9D9D6. Grayscale: #262626. Windows color (decimal): -14277079 or 2696742. OLE color: 2696742.

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

Color convert

RGB 38 38 41 -
CMYK 0.07 0.07 0 0.84
HSL 240º 0.04% 0.15% -
HSV(B) 240º 0.07% 0.16% -
XYZ 1.89 1.96 2.38 -
YUV 38.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 38 38 41 0.07 0.07 0 0.84 240 0.04 0.15
Hex 26 26 29 7 7 0 54 F0 4 F
Octal 46 46 51 7 7 0 124 360 4 17
Binary 100110 100110 101001 111 111 0 1010100 11110000 100 1111

Color Harmonies of #262629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262629

Black with #262629

Text Example


Text Example

White with #262629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262629; }

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

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

background-color css

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

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

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

border-color css

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

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

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