Html Css Color HEX #0F0920 Jaguar

📋 copy color: '#0F0920'

red 15 ◦ green 9 ◦ blue 32

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

Shades of Jaguar #0F0920

Tints of Jaguar #0F0920

RGB

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

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

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

R = 26.79%
G = 16.07%
B = 57.14%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F0920 (or 0x0F0920) is known color: Jaguar. HEX triplet: 0F, 09 and 20. RGB value is (15,9,32). Sum of RGB (Red+Green+Blue) = 15+9+32=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F0920 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0920 is #F0F6DF. Grayscale: #0D0D0D. Windows color (decimal): -15791840 or 2099471. OLE color: 2099471.

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

Color convert

RGB 15 9 32 -
CMYK 0.53 0.72 0 0.87
HSL 255.65º 0.56% 0.08% -
HSV(B) 255.65º 0.72% 0.13% -
XYZ 0.56 0.4 1.41 -
YUV 13.42 138.49 129.13 -
System Red Green Blue C M Y K H S L
Decimal 15 9 32 0.53 0.72 0 0.87 255.65 0.56 0.08
Hex F 9 20 35 48 0 57 100 38 8
Octal 17 11 40 65 110 0 127 400 70 10
Binary 1111 1001 100000 110101 1001000 0 1010111 100000000 111000 1000

Color Harmonies of #0F0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0920

Black with #0F0920

Text Example


Text Example

White with #0F0920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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