Html Css Color HEX #0F0930 Jaguar

📋 copy color: '#0F0930'

red 15 ◦ green 9 ◦ blue 48

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

Shades of Jaguar #0F0930

Tints of Jaguar #0F0930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 66.67%

R = 20.83%
G = 12.5%
B = 66.67%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0F0930 (or 0x0F0930) is known color: Jaguar. HEX triplet: 0F, 09 and 30. RGB value is (15,9,48). Sum of RGB (Red+Green+Blue) = 15+9+48=72 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.83% from 72); Green value is 9 (3.91% from 255 or 12.5% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #0F0930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0930 is #F0F6CF. Grayscale: #0F0F0F. Windows color (decimal): -15791824 or 3148047. OLE color: 3148047.

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

Color convert

RGB 15 9 48 -
CMYK 0.69 0.81 0 0.81
HSL 249.23º 0.68% 0.11% -
HSV(B) 249.23º 0.81% 0.19% -
XYZ 0.83 0.51 2.85 -
YUV 15.24 146.49 127.83 -
System Red Green Blue C M Y K H S L
Decimal 15 9 48 0.69 0.81 0 0.81 249.23 0.68 0.11
Hex F 9 30 45 51 0 51 F9 44 B
Octal 17 11 60 105 121 0 121 371 104 13
Binary 1111 1001 110000 1000101 1010001 0 1010001 11111001 1000100 1011

Color Harmonies of #0F0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0930

Black with #0F0930

Text Example


Text Example

White with #0F0930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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