Html Css Color HEX #0F0A1C Jaguar

📋 copy color: '#0F0A1C'

red 15 ◦ green 10 ◦ blue 28

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

Shades of Jaguar #0F0A1C

Tints of Jaguar #0F0A1C

RGB

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

 GREEN value IS 10 (4.3% from 255) = 18.87%

 BLUE value IS 28 (11.33% from 255) = 52.83%

R = 28.3%
G = 18.87%
B = 52.83%

CMYK

 C value IS 0.46

 M value IS 0.64

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0F0A1C (or 0x0F0A1C) is known color: Jaguar. HEX triplet: 0F, 0A and 1C. RGB value is (15,10,28). Sum of RGB (Red+Green+Blue) = 15+10+28=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 10 (4.30% from 255 or 18.87% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F0A1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0A1C is #F0F5E3. Grayscale: #0D0D0D. Windows color (decimal): -15791588 or 1837583. OLE color: 1837583.

HSL color Cylindrical-coordinate representation of color #0F0A1C: hue angle of 256.67º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0F0A1C is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 15 10 28 -
CMYK 0.46 0.64 0 0.89
HSL 256.67º 0.47% 0.07% -
HSV(B) 256.67º 0.64% 0.11% -
XYZ 0.52 0.4 1.15 -
YUV 13.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 15 10 28 0.46 0.64 0 0.89 256.67 0.47 0.07
Hex F A 1C 2E 40 0 59 101 2F 7
Octal 17 12 34 56 100 0 131 401 57 7
Binary 1111 1010 11100 101110 1000000 0 1011001 100000001 101111 111

Color Harmonies of #0F0A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0A1C

Black with #0F0A1C

Text Example


Text Example

White with #0F0A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,10,28); }

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

background-color css

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

 a { background-color: rgb(15,10,28); }

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

border-color css

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

 span { border-color: rgb(15,10,28); }

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