Html Css Color HEX #0F0931 Jaguar

📋 copy color: '#0F0931'

red 15 ◦ green 9 ◦ blue 49

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

Shades of Jaguar #0F0931

Tints of Jaguar #0F0931

RGB

 RED value IS 15 (6.25% from 255) = 20.55%

 GREEN value IS 9 (3.91% from 255) = 12.33%

 BLUE value IS 49 (19.53% from 255) = 67.12%

R = 20.55%
G = 12.33%
B = 67.12%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F0931 (or 0x0F0931) is known color: Jaguar. HEX triplet: 0F, 09 and 31. RGB value is (15,9,49). Sum of RGB (Red+Green+Blue) = 15+9+49=73 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.55% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 49 (19.53% from 255 or 67.12% from 73); Max value from RGB is 49 - color contains mainly: blue. Hex color #0F0931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0931 is #F0F6CE. Grayscale: #0F0F0F. Windows color (decimal): -15791823 or 3213583. OLE color: 3213583.

HSL color Cylindrical-coordinate representation of color #0F0931: hue angle of 249º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F0931 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 15 9 49 -
CMYK 0.69 0.82 0 0.81
HSL 249º 0.69% 0.11% -
HSV(B) 249º 0.82% 0.19% -
XYZ 0.85 0.52 2.96 -
YUV 15.35 146.99 127.75 -
System Red Green Blue C M Y K H S L
Decimal 15 9 49 0.69 0.82 0 0.81 249 0.69 0.11
Hex F 9 31 45 52 0 51 F9 45 B
Octal 17 11 61 105 122 0 121 371 105 13
Binary 1111 1001 110001 1000101 1010010 0 1010001 11111001 1000101 1011

Color Harmonies of #0F0931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0931

Black with #0F0931

Text Example


Text Example

White with #0F0931

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,9,49); }

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

background-color css

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

 a { background-color: rgb(15,9,49); }

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

border-color css

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

 span { border-color: rgb(15,9,49); }

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