Html Css Color HEX #030F11 Black Pearl

📋 copy color: '#030F11'

red 3 ◦ green 15 ◦ blue 17

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

Shades of Black Pearl #030F11

Tints of Black Pearl #030F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 48.57%

R = 8.57%
G = 42.86%
B = 48.57%

CMYK

 C value IS 0.82

 M value IS 0.12

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030F11 (or 0x030F11) is known color: Black Pearl. HEX triplet: 03, 0F and 11. RGB value is (3,15,17). Sum of RGB (Red+Green+Blue) = 3+15+17=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 15 (6.25% from 255 or 42.86% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: blue. Hex color #030F11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F11 is #FCF0EE. Grayscale: #0B0B0B. Windows color (decimal): -16576751 or 1117955. OLE color: 1117955.

HSL color Cylindrical-coordinate representation of color #030F11: hue angle of 188.57º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #030F11 is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 15 17 -
CMYK 0.82 0.12 0 0.93
HSL 188.57º 0.7% 0.04% -
HSV(B) 188.57º 0.82% 0.07% -
XYZ 0.31 0.4 0.59 -
YUV 11.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 3 15 17 0.82 0.12 0 0.93 188.57 0.7 0.04
Hex 3 F 11 52 C 0 5D BD 46 4
Octal 3 17 21 122 14 0 135 275 106 4
Binary 11 1111 10001 1010010 1100 0 1011101 10111101 1000110 100

Color Harmonies of #030F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F11

Black with #030F11

Text Example


Text Example

White with #030F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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