Html Css Color HEX #030F19 Black Pearl

📋 copy color: '#030F19'

red 3 ◦ green 15 ◦ blue 25

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

Shades of Black Pearl #030F19

Tints of Black Pearl #030F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 34.88%

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

R = 6.98%
G = 34.88%
B = 58.14%

CMYK

 C value IS 0.88

 M value IS 0.40

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#030F19 (or 0x030F19) is known color: Black Pearl. HEX triplet: 03, 0F and 19. RGB value is (3,15,25). Sum of RGB (Red+Green+Blue) = 3+15+25=43 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.98% from 43); Green value is 15 (6.25% from 255 or 34.88% from 43); Blue value is 25 (10.16% from 255 or 58.14% from 43); Max value from RGB is 25 - color contains mainly: blue. Hex color #030F19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F19 is #FCF0E6. Grayscale: #0C0C0C. Windows color (decimal): -16576743 or 1642243. OLE color: 1642243.

HSL color Cylindrical-coordinate representation of color #030F19: hue angle of 207.27º 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 #030F19 is Cyan = 0.88, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 15 25 -
CMYK 0.88 0.40 0 0.90
HSL 207.27º 0.79% 0.05% -
HSV(B) 207.27º 0.88% 0.1% -
XYZ 0.38 0.43 0.98 -
YUV 12.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 3 15 25 0.88 0.40 0 0.90 207.27 0.79 0.05
Hex 3 F 19 58 28 0 5A CF 4F 5
Octal 3 17 31 130 50 0 132 317 117 5
Binary 11 1111 11001 1011000 101000 0 1011010 11001111 1001111 101

Color Harmonies of #030F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F19

Black with #030F19

Text Example


Text Example

White with #030F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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