#262632

Color #262632 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #262632

Tints of Jaguar #262632

Color information

#262632 (or 0x262632) is unknown color: approx Jaguar. HEX triplet: 26, 26 and 32. RGB value is (38,38,50). Sum of RGB (Red+Green+Blue) = 38+38+50=126 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.16% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 50 - color contains mainly: blue. Hex color #262632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262632 is #D9D9CD. Grayscale: #272727. Windows color (decimal): -14277070 or 3286566. OLE color: 3286566.

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

Color convert

RGB383850-
CMYK0.240.2400.80
HSL240º13.64%17.25%-
HSV(B)240º24%19.61%-
XYZ2.072.033.3-
YUV39.37134127.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.16%
GREEN value IS 38 (15.23% from 255) = 30.16%
BLUE value IS 50 (19.92% from 255) = 39.68%
R=30.16%
G=30.16%
B=39.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3838500.240.2400.8024013.6417.25
Hex2626321818050f0e11
Octal464662303001203601621
Binary10011010011011001011000110000101000011110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262632; }

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

 H1.HeaderClassName
 {
   color: #262632;
 }
 .AnyTagClassName
 {
   color: #262632;
 }
</style>
background-color css

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

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

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

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

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

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