Html Css Color HEX #030E14 Black Pearl

📋 copy color: '#030E14'

red 3 ◦ green 14 ◦ blue 20

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

Shades of Black Pearl #030E14

Tints of Black Pearl #030E14

RGB

 RED value IS 3 (1.56% from 255) = 8.11%

 GREEN value IS 14 (5.86% from 255) = 37.84%

 BLUE value IS 20 (8.2% from 255) = 54.05%

R = 8.11%
G = 37.84%
B = 54.05%

CMYK

 C value IS 0.85

 M value IS 0.30

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030E14 (or 0x030E14) is known color: Black Pearl. HEX triplet: 03, 0E and 14. RGB value is (3,14,20). Sum of RGB (Red+Green+Blue) = 3+14+20=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #030E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E14 is #FCF1EB. Grayscale: #0B0B0B. Windows color (decimal): -16577004 or 1314307. OLE color: 1314307.

HSL color Cylindrical-coordinate representation of color #030E14: hue angle of 201.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030E14 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 14 20 -
CMYK 0.85 0.30 0 0.92
HSL 201.18º 0.74% 0.05% -
HSV(B) 201.18º 0.85% 0.08% -
XYZ 0.32 0.38 0.72 -
YUV 11.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 3 14 20 0.85 0.30 0 0.92 201.18 0.74 0.05
Hex 3 E 14 55 1E 0 5C C9 4A 5
Octal 3 16 24 125 36 0 134 311 112 5
Binary 11 1110 10100 1010101 11110 0 1011100 11001001 1001010 101

Color Harmonies of #030E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E14

Black with #030E14

Text Example


Text Example

White with #030E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #030E14; }

 p { color: rgb(3,14,20); }

 H1.HeaderClassName
 {
   color: #030E14;
 }
 .AnyTagClassName
 {
   color: #030E14;
 }
</style>

background-color css

<style>
 a { background-color: #030E14; }

 a { background-color: rgb(3,14,20); }

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

border-color css

<style>
 span { border-color: #030E14; }

 span { border-color: rgb(3,14,20); }

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