Html Css Color HEX #0D0720 Jaguar

📋 copy color: '#0D0720'

red 13 ◦ green 7 ◦ blue 32

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

Shades of Jaguar #0D0720

Tints of Jaguar #0D0720

RGB

 RED value IS 13 (5.47% from 255) = 25%

 GREEN value IS 7 (3.13% from 255) = 13.46%

 BLUE value IS 32 (12.89% from 255) = 61.54%

R = 25%
G = 13.46%
B = 61.54%

CMYK

 C value IS 0.59

 M value IS 0.78

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0D0720 (or 0x0D0720) is known color: Jaguar. HEX triplet: 0D, 07 and 20. RGB value is (13,7,32). Sum of RGB (Red+Green+Blue) = 13+7+32=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 7 (3.12% from 255 or 13.46% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #0D0720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D0720 is #F2F8DF. Grayscale: #0B0B0B. Windows color (decimal): -15923424 or 2098957. OLE color: 2098957.

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

Color convert

RGB 13 7 32 -
CMYK 0.59 0.78 0 0.87
HSL 254.4º 0.64% 0.08% -
HSV(B) 254.4º 0.78% 0.13% -
XYZ 0.5 0.34 1.41 -
YUV 11.64 139.49 128.97 -
System Red Green Blue C M Y K H S L
Decimal 13 7 32 0.59 0.78 0 0.87 254.4 0.64 0.08
Hex D 7 20 3B 4E 0 57 FE 40 8
Octal 15 7 40 73 116 0 127 376 100 10
Binary 1101 111 100000 111011 1001110 0 1010111 11111110 1000000 1000

Color Harmonies of #0D0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0720

Black with #0D0720

Text Example


Text Example

White with #0D0720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,7,32); }

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

background-color css

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

 a { background-color: rgb(13,7,32); }

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

border-color css

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

 span { border-color: rgb(13,7,32); }

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