#262530

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

Shades of Jaguar #262530

Tints of Jaguar #262530

Color information

#262530 (or 0x262530) is unknown color: approx Jaguar. HEX triplet: 26, 25 and 30. RGB value is (38,37,48). Sum of RGB (Red+Green+Blue) = 38+37+48=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #262530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262530 is #D9DACF. Grayscale: #262626. Windows color (decimal): -14277328 or 3155238. OLE color: 3155238.

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

Color convert

RGB383748-
CMYK0.210.2300.81
HSL245.45º12.94%16.67%-
HSV(B)245.45º22.92%18.82%-
XYZ1.991.953.07-
YUV38.55133.33127.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 48 (19.14% from 255) = 39.02%
R=30.89%
G=30.08%
B=39.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3837480.210.2300.81245.4512.9416.67
Hex2625301517051f5d11
Octal464560252701213651521
Binary10011010010111000010101101110101000111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262530; }

 p { color: rgb(38,37,48); }

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

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

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

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

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

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

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