Html Css Color HEX #0F0926 Jaguar

📋 copy color: '#0F0926'

red 15 ◦ green 9 ◦ blue 38

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

Shades of Jaguar #0F0926

Tints of Jaguar #0F0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 61.29%

R = 24.19%
G = 14.52%
B = 61.29%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0F0926 (or 0x0F0926) is known color: Jaguar. HEX triplet: 0F, 09 and 26. RGB value is (15,9,38). Sum of RGB (Red+Green+Blue) = 15+9+38=62 (8% of max value = 765). Red value is 15 (6.25% from 255 or 24.19% from 62); Green value is 9 (3.91% from 255 or 14.52% from 62); Blue value is 38 (15.23% from 255 or 61.29% from 62); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F0926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0926 is #F0F6D9. Grayscale: #0D0D0D. Windows color (decimal): -15791834 or 2492687. OLE color: 2492687.

HSL color Cylindrical-coordinate representation of color #0F0926: hue angle of 252.41º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0F0926 is Cyan = 0.61, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 15 9 38 -
CMYK 0.61 0.76 0 0.85
HSL 252.41º 0.62% 0.09% -
HSV(B) 252.41º 0.76% 0.15% -
XYZ 0.64 0.44 1.88 -
YUV 14.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 15 9 38 0.61 0.76 0 0.85 252.41 0.62 0.09
Hex F 9 26 3D 4C 0 55 FC 3E 9
Octal 17 11 46 75 114 0 125 374 76 11
Binary 1111 1001 100110 111101 1001100 0 1010101 11111100 111110 1001

Color Harmonies of #0F0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0926

Black with #0F0926

Text Example


Text Example

White with #0F0926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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