Html Css Color HEX #030D0F Black Pearl

📋 copy color: '#030D0F'

red 3 ◦ green 13 ◦ blue 15

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

Shades of Black Pearl #030D0F

Tints of Black Pearl #030D0F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 41.94%

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

R = 9.68%
G = 41.94%
B = 48.39%

CMYK

 C value IS 0.80

 M value IS 0.13

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#030D0F (or 0x030D0F) is known color: Black Pearl. HEX triplet: 03, 0D and 0F. RGB value is (3,13,15). Sum of RGB (Red+Green+Blue) = 3+13+15=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 13 (5.47% from 255 or 41.94% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #030D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030D0F is #FCF2F0. Grayscale: #0A0A0A. Windows color (decimal): -16577265 or 986371. OLE color: 986371.

HSL color Cylindrical-coordinate representation of color #030D0F: hue angle of 190º 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 #030D0F is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 13 15 -
CMYK 0.80 0.13 0 0.94
HSL 190º 0.67% 0.04% -
HSV(B) 190º 0.8% 0.06% -
XYZ 0.27 0.34 0.5 -
YUV 10.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 3 13 15 0.80 0.13 0 0.94 190 0.67 0.04
Hex 3 D F 50 D 0 5E BE 43 4
Octal 3 15 17 120 15 0 136 276 103 4
Binary 11 1101 1111 1010000 1101 0 1011110 10111110 1000011 100

Color Harmonies of #030D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030D0F

Black with #030D0F

Text Example


Text Example

White with #030D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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