#0E1C30

Color #0E1C30 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #0E1C30

Tints of Black Pearl #0E1C30

Color information

#0E1C30 (or 0x0E1C30) is unknown color: approx Black Pearl. HEX triplet: 0E, 1C and 30. RGB value is (14,28,48). Sum of RGB (Red+Green+Blue) = 14+28+48=90 (11% of max value = 765). Red value is 14 (5.86% from 255 or 15.56% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #0E1C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E1C30 is #F1E3CF. Grayscale: #1A1A1A. Windows color (decimal): -15852496 or 3152910. OLE color: 3152910.

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

Color convert

RGB142848-
CMYK0.710.4200.81
HSL215.29º54.84%12.16%-
HSV(B)215.29º70.83%18.82%-
XYZ1.131.142.96-
YUV26.09140.36119.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 15.56%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 48 (19.14% from 255) = 53.33%
R=15.56%
G=31.11%
B=53.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1428480.710.4200.81215.2954.8412.16
HexE1C30472A051d737c
Octal1634601075201213276714
Binary111011100110000100011110101001010001110101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E1C30;
 }
 .AnyTagClassName
 {
   color: #0E1C30;
 }
</style>
background-color css

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

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

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

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

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

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