Html Css Color HEX #030F14 Black Pearl

📋 copy color: '#030F14'

red 3 ◦ green 15 ◦ blue 20

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

Shades of Black Pearl #030F14

Tints of Black Pearl #030F14

RGB

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

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

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

R = 7.89%
G = 39.47%
B = 52.63%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030F14 (or 0x030F14) is known color: Black Pearl. HEX triplet: 03, 0F and 14. RGB value is (3,15,20). Sum of RGB (Red+Green+Blue) = 3+15+20=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 15 (6.25% from 255 or 39.47% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #030F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F14 is #FCF0EB. Grayscale: #0B0B0B. Windows color (decimal): -16576748 or 1314563. OLE color: 1314563.

HSL color Cylindrical-coordinate representation of color #030F14: hue angle of 197.65º 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 #030F14 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 15 20 -
CMYK 0.85 0.25 0 0.92
HSL 197.65º 0.74% 0.05% -
HSV(B) 197.65º 0.85% 0.08% -
XYZ 0.33 0.41 0.72 -
YUV 11.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 3 15 20 0.85 0.25 0 0.92 197.65 0.74 0.05
Hex 3 F 14 55 19 0 5C C6 4A 5
Octal 3 17 24 125 31 0 134 306 112 5
Binary 11 1111 10100 1010101 11001 0 1011100 11000110 1001010 101

Color Harmonies of #030F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F14

Black with #030F14

Text Example


Text Example

White with #030F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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