Html Css Color HEX #0F0921 Jaguar

📋 copy color: '#0F0921'

red 15 ◦ green 9 ◦ blue 33

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

Shades of Jaguar #0F0921

Tints of Jaguar #0F0921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 57.89%

R = 26.32%
G = 15.79%
B = 57.89%

CMYK

 C value IS 0.55

 M value IS 0.73

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0F0921 (or 0x0F0921) is known color: Jaguar. HEX triplet: 0F, 09 and 21. RGB value is (15,9,33). Sum of RGB (Red+Green+Blue) = 15+9+33=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0921 is #F0F6DE. Grayscale: #0D0D0D. Windows color (decimal): -15791839 or 2165007. OLE color: 2165007.

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

Color convert

RGB 15 9 33 -
CMYK 0.55 0.73 0 0.87
HSL 255º 0.57% 0.08% -
HSV(B) 255º 0.73% 0.13% -
XYZ 0.57 0.41 1.49 -
YUV 13.53 138.99 129.05 -
System Red Green Blue C M Y K H S L
Decimal 15 9 33 0.55 0.73 0 0.87 255 0.57 0.08
Hex F 9 21 37 49 0 57 FF 39 8
Octal 17 11 41 67 111 0 127 377 71 10
Binary 1111 1001 100001 110111 1001001 0 1010111 11111111 111001 1000

Color Harmonies of #0F0921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0921

Black with #0F0921

Text Example


Text Example

White with #0F0921

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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