#0D0621

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

Shades of Jaguar #0D0621

Tints of Jaguar #0D0621

Color information

#0D0621 (or 0x0D0621) is unknown color: approx Jaguar. HEX triplet: 0D, 06 and 21. RGB value is (13,6,33). Sum of RGB (Red+Green+Blue) = 13+6+33=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 33 (13.28% from 255 or 63.46% from 52); Max value from RGB is 33 - color contains mainly: blue. Hex color #0D0621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0621 is #F2F9DE. Grayscale: #0B0B0B. Windows color (decimal): -15923679 or 2164237. OLE color: 2164237.

HSL color Cylindrical-coordinate representation of color #0D0621: hue angle of 255.56º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D0621 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB13633-
CMYK0.610.8200.87
HSL255.56º69.23%7.65%-
HSV(B)255.56º81.82%12.94%-
XYZ0.510.331.48-
YUV11.17140.32129.3-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 25%
GREEN value IS 6 (2.73% from 255) = 11.54%
BLUE value IS 33 (13.28% from 255) = 63.46%
R=25%
G=11.54%
B=63.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal136330.610.8200.87255.5669.237.65
HexD6213D52057100458
Octal1564175122012740010510
Binary110111010000111110110100100101011110000000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0621; }

 p { color: rgb(13,6,33); }

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

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

 a { background-color: rgb(13,6,33); }

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

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

 span { border-color: rgb(13,6,33); }

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