Html Css Color HEX #030E19 Black Pearl

📋 copy color: '#030E19'

red 3 ◦ green 14 ◦ blue 25

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

Shades of Black Pearl #030E19

Tints of Black Pearl #030E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 59.52%

R = 7.14%
G = 33.33%
B = 59.52%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#030E19 (or 0x030E19) is known color: Black Pearl. HEX triplet: 03, 0E and 19. RGB value is (3,14,25). Sum of RGB (Red+Green+Blue) = 3+14+25=42 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.14% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 25 (10.16% from 255 or 59.52% from 42); Max value from RGB is 25 - color contains mainly: blue. Hex color #030E19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E19 is #FCF1E6. Grayscale: #0B0B0B. Windows color (decimal): -16576999 or 1641987. OLE color: 1641987.

HSL color Cylindrical-coordinate representation of color #030E19: hue angle of 210º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030E19 is Cyan = 0.88, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 14 25 -
CMYK 0.88 0.44 0 0.90
HSL 210º 0.79% 0.05% -
HSV(B) 210º 0.88% 0.1% -
XYZ 0.37 0.4 0.98 -
YUV 11.97 135.36 121.61 -
System Red Green Blue C M Y K H S L
Decimal 3 14 25 0.88 0.44 0 0.90 210 0.79 0.05
Hex 3 E 19 58 2C 0 5A D2 4F 5
Octal 3 16 31 130 54 0 132 322 117 5
Binary 11 1110 11001 1011000 101100 0 1011010 11010010 1001111 101

Color Harmonies of #030E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E19

Black with #030E19

Text Example


Text Example

White with #030E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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