Html Css Color HEX #0E0730 Jaguar

📋 copy color: '#0E0730'

red 14 ◦ green 7 ◦ blue 48

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

Shades of Jaguar #0E0730

Tints of Jaguar #0E0730

RGB

 RED value IS 14 (5.86% from 255) = 20.29%

 GREEN value IS 7 (3.13% from 255) = 10.14%

 BLUE value IS 48 (19.14% from 255) = 69.57%

R = 20.29%
G = 10.14%
B = 69.57%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0E0730 (or 0x0E0730) is known color: Jaguar. HEX triplet: 0E, 07 and 30. RGB value is (14,7,48). Sum of RGB (Red+Green+Blue) = 14+7+48=69 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.29% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E0730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0730 is #F1F8CF. Grayscale: #0D0D0D. Windows color (decimal): -15857872 or 3147534. OLE color: 3147534.

HSL color Cylindrical-coordinate representation of color #0E0730: hue angle of 250.24º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E0730 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 14 7 48 -
CMYK 0.71 0.85 0 0.81
HSL 250.24º 0.75% 0.11% -
HSV(B) 250.24º 0.85% 0.19% -
XYZ 0.79 0.46 2.84 -
YUV 13.77 147.32 128.17 -
System Red Green Blue C M Y K H S L
Decimal 14 7 48 0.71 0.85 0 0.81 250.24 0.75 0.11
Hex E 7 30 47 55 0 51 FA 4B B
Octal 16 7 60 107 125 0 121 372 113 13
Binary 1110 111 110000 1000111 1010101 0 1010001 11111010 1001011 1011

Color Harmonies of #0E0730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0730

Black with #0E0730

Text Example


Text Example

White with #0E0730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,7,48); }

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

background-color css

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

 a { background-color: rgb(14,7,48); }

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

border-color css

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

 span { border-color: rgb(14,7,48); }

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