Html Css Color HEX #0F0924 Jaguar

📋 copy color: '#0F0924'

red 15 ◦ green 9 ◦ blue 36

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

Shades of Jaguar #0F0924

Tints of Jaguar #0F0924

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 60%

R = 25%
G = 15%
B = 60%

CMYK

 C value IS 0.58

 M value IS 0.75

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#0F0924 (or 0x0F0924) is known color: Jaguar. HEX triplet: 0F, 09 and 24. RGB value is (15,9,36). Sum of RGB (Red+Green+Blue) = 15+9+36=60 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0924 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0924 is #F0F6DB. Grayscale: #0D0D0D. Windows color (decimal): -15791836 or 2361615. OLE color: 2361615.

HSL color Cylindrical-coordinate representation of color #0F0924: hue angle of 253.33º degrees, saturation: 0.6, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F0924 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 15 9 36 -
CMYK 0.58 0.75 0 0.86
HSL 253.33º 0.6% 0.09% -
HSV(B) 253.33º 0.75% 0.14% -
XYZ 0.61 0.42 1.72 -
YUV 13.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 15 9 36 0.58 0.75 0 0.86 253.33 0.6 0.09
Hex F 9 24 3A 4B 0 56 FD 3C 9
Octal 17 11 44 72 113 0 126 375 74 11
Binary 1111 1001 100100 111010 1001011 0 1010110 11111101 111100 1001

Color Harmonies of #0F0924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0924

Black with #0F0924

Text Example


Text Example

White with #0F0924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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