Html Css Color HEX #0F0932 Jaguar

📋 copy color: '#0F0932'

red 15 ◦ green 9 ◦ blue 50

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

Shades of Jaguar #0F0932

Tints of Jaguar #0F0932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 67.57%

R = 20.27%
G = 12.16%
B = 67.57%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#0F0932 (or 0x0F0932) is known color: Jaguar. HEX triplet: 0F, 09 and 32. RGB value is (15,9,50). Sum of RGB (Red+Green+Blue) = 15+9+50=74 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20.27% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #0F0932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0932 is #F0F6CD. Grayscale: #0F0F0F. Windows color (decimal): -15791822 or 3279119. OLE color: 3279119.

HSL color Cylindrical-coordinate representation of color #0F0932: hue angle of 248.78º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F0932 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 15 9 50 -
CMYK 0.70 0.82 0 0.80
HSL 248.78º 0.69% 0.12% -
HSV(B) 248.78º 0.82% 0.2% -
XYZ 0.87 0.53 3.07 -
YUV 15.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 15 9 50 0.70 0.82 0 0.80 248.78 0.69 0.12
Hex F 9 32 46 52 0 50 F9 45 C
Octal 17 11 62 106 122 0 120 371 105 14
Binary 1111 1001 110010 1000110 1010010 0 1010000 11111001 1000101 1100

Color Harmonies of #0F0932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0932

Black with #0F0932

Text Example


Text Example

White with #0F0932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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