Html Css Color HEX #030E0F Black Pearl

📋 copy color: '#030E0F'

red 3 ◦ green 14 ◦ blue 15

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

Shades of Black Pearl #030E0F

Tints of Black Pearl #030E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 46.88%

R = 9.38%
G = 43.75%
B = 46.88%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#030E0F (or 0x030E0F) is known color: Black Pearl. HEX triplet: 03, 0E and 0F. RGB value is (3,14,15). Sum of RGB (Red+Green+Blue) = 3+14+15=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 14 (5.86% from 255 or 43.75% from 32); Blue value is 15 (6.25% from 255 or 46.88% from 32); Max value from RGB is 15 - color contains mainly: blue. Hex color #030E0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E0F is #FCF1F0. Grayscale: #0A0A0A. Windows color (decimal): -16577009 or 986627. OLE color: 986627.

HSL color Cylindrical-coordinate representation of color #030E0F: hue angle of 185º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030E0F is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 14 15 -
CMYK 0.80 0.07 0 0.94
HSL 185º 0.67% 0.04% -
HSV(B) 185º 0.8% 0.06% -
XYZ 0.28 0.37 0.51 -
YUV 10.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 3 14 15 0.80 0.07 0 0.94 185 0.67 0.04
Hex 3 E F 50 7 0 5E B9 43 4
Octal 3 16 17 120 7 0 136 271 103 4
Binary 11 1110 1111 1010000 111 0 1011110 10111001 1000011 100

Color Harmonies of #030E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030E0F

Black with #030E0F

Text Example


Text Example

White with #030E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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