Html Css Color HEX #030A11 Black Pearl

📋 copy color: '#030A11'

red 3 ◦ green 10 ◦ blue 17

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

Shades of Black Pearl #030A11

Tints of Black Pearl #030A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 33.33%

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

R = 10%
G = 33.33%
B = 56.67%

CMYK

 C value IS 0.82

 M value IS 0.41

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#030A11 (or 0x030A11) is known color: Black Pearl. HEX triplet: 03, 0A and 11. RGB value is (3,10,17). Sum of RGB (Red+Green+Blue) = 3+10+17=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 10 (4.30% from 255 or 33.33% from 30); Blue value is 17 (7.03% from 255 or 56.67% from 30); Max value from RGB is 17 - color contains mainly: blue. Hex color #030A11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A11 is #FCF5EE. Grayscale: #080808. Windows color (decimal): -16578031 or 1116675. OLE color: 1116675.

HSL color Cylindrical-coordinate representation of color #030A11: hue angle of 210º 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 #030A11 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 10 17 -
CMYK 0.82 0.41 0 0.93
HSL 210º 0.7% 0.04% -
HSV(B) 210º 0.82% 0.07% -
XYZ 0.25 0.28 0.57 -
YUV 8.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 3 10 17 0.82 0.41 0 0.93 210 0.7 0.04
Hex 3 A 11 52 29 0 5D D2 46 4
Octal 3 12 21 122 51 0 135 322 106 4
Binary 11 1010 10001 1010010 101001 0 1011101 11010010 1000110 100

Color Harmonies of #030A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A11

Black with #030A11

Text Example


Text Example

White with #030A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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