Html Css Color HEX #09070D Jaguar

📋 copy color: '#09070D'

red 9 ◦ green 7 ◦ blue 13

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

Shades of Jaguar #09070D

Tints of Jaguar #09070D

RGB

 RED value IS 9 (3.91% from 255) = 31.03%

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

 BLUE value IS 13 (5.47% from 255) = 44.83%

R = 31.03%
G = 24.14%
B = 44.83%

CMYK

 C value IS 0.31

 M value IS 0.46

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#09070D (or 0x09070D) is known color: Jaguar. HEX triplet: 09, 07 and 0D. RGB value is (9,7,13). Sum of RGB (Red+Green+Blue) = 9+7+13=29 (3% of max value = 765). Red value is 9 (3.91% from 255 or 31.03% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 13 (5.47% from 255 or 44.83% from 29); Max value from RGB is 13 - color contains mainly: blue. Hex color #09070D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09070D is #F6F8F2. Grayscale: #080808. Windows color (decimal): -16185587 or 853769. OLE color: 853769.

HSL color Cylindrical-coordinate representation of color #09070D: hue angle of 260º degrees, saturation: 0.3, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #09070D is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 9 7 13 -
CMYK 0.31 0.46 0 0.95
HSL 260º 0.3% 0.04% -
HSV(B) 260º 0.46% 0.05% -
XYZ 0.26 0.24 0.41 -
YUV 8.28 130.66 128.51 -
System Red Green Blue C M Y K H S L
Decimal 9 7 13 0.31 0.46 0 0.95 260 0.3 0.04
Hex 9 7 D 1F 2E 0 5F 104 1E 4
Octal 11 7 15 37 56 0 137 404 36 4
Binary 1001 111 1101 11111 101110 0 1011111 100000100 11110 100

Color Harmonies of #09070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09070D

Black with #09070D

Text Example


Text Example

White with #09070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09070D; }

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

 H1.HeaderClassName
 {
   color: #09070D;
 }
 .AnyTagClassName
 {
   color: #09070D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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