Html Css Color HEX #0D071F Jaguar

📋 copy color: '#0D071F'

red 13 ◦ green 7 ◦ blue 31

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

Shades of Jaguar #0D071F

Tints of Jaguar #0D071F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 60.78%

R = 25.49%
G = 13.73%
B = 60.78%

CMYK

 C value IS 0.58

 M value IS 0.77

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D071F (or 0x0D071F) is known color: Jaguar. HEX triplet: 0D, 07 and 1F. RGB value is (13,7,31). Sum of RGB (Red+Green+Blue) = 13+7+31=51 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25.49% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #0D071F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D071F is #F2F8E0. Grayscale: #0B0B0B. Windows color (decimal): -15923425 or 2033421. OLE color: 2033421.

HSL color Cylindrical-coordinate representation of color #0D071F: hue angle of 255º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D071F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 7 31 -
CMYK 0.58 0.77 0 0.88
HSL 255º 0.63% 0.07% -
HSV(B) 255º 0.77% 0.12% -
XYZ 0.49 0.34 1.34 -
YUV 11.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 13 7 31 0.58 0.77 0 0.88 255 0.63 0.07
Hex D 7 1F 3A 4D 0 58 FF 3F 7
Octal 15 7 37 72 115 0 130 377 77 7
Binary 1101 111 11111 111010 1001101 0 1011000 11111111 111111 111

Color Harmonies of #0D071F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D071F

Black with #0D071F

Text Example


Text Example

White with #0D071F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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