Html Css Color HEX #0E0827 Jaguar

📋 copy color: '#0E0827'

red 14 ◦ green 8 ◦ blue 39

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

Shades of Jaguar #0E0827

Tints of Jaguar #0E0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 13.11%

 BLUE value IS 39 (15.63% from 255) = 63.93%

R = 22.95%
G = 13.11%
B = 63.93%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0E0827 (or 0x0E0827) is known color: Jaguar. HEX triplet: 0E, 08 and 27. RGB value is (14,8,39). Sum of RGB (Red+Green+Blue) = 14+8+39=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 39 (15.62% from 255 or 63.93% from 61); Max value from RGB is 39 - color contains mainly: blue. Hex color #0E0827 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0827 is #F1F7D8. Grayscale: #0D0D0D. Windows color (decimal): -15857625 or 2557966. OLE color: 2557966.

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

Color convert

RGB 14 8 39 -
CMYK 0.64 0.79 0 0.85
HSL 251.61º 0.66% 0.09% -
HSV(B) 251.61º 0.79% 0.15% -
XYZ 0.63 0.41 1.97 -
YUV 13.33 142.49 128.48 -
System Red Green Blue C M Y K H S L
Decimal 14 8 39 0.64 0.79 0 0.85 251.61 0.66 0.09
Hex E 8 27 40 4F 0 55 FC 42 9
Octal 16 10 47 100 117 0 125 374 102 11
Binary 1110 1000 100111 1000000 1001111 0 1010101 11111100 1000010 1001

Color Harmonies of #0E0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0827

Black with #0E0827

Text Example


Text Example

White with #0E0827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,8,39); }

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

background-color css

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

 a { background-color: rgb(14,8,39); }

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

border-color css

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

 span { border-color: rgb(14,8,39); }

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