Html Css Color HEX #030C10 Black Pearl

📋 copy color: '#030C10'

red 3 ◦ green 12 ◦ blue 16

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

Shades of Black Pearl #030C10

Tints of Black Pearl #030C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 38.71%

 BLUE value IS 16 (6.64% from 255) = 51.61%

R = 9.68%
G = 38.71%
B = 51.61%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#030C10 (or 0x030C10) is known color: Black Pearl. HEX triplet: 03, 0C and 10. RGB value is (3,12,16). Sum of RGB (Red+Green+Blue) = 3+12+16=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 12 (5.08% from 255 or 38.71% from 31); Blue value is 16 (6.64% from 255 or 51.61% from 31); Max value from RGB is 16 - color contains mainly: blue. Hex color #030C10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C10 is #FCF3EF. Grayscale: #090909. Windows color (decimal): -16577520 or 1051651. OLE color: 1051651.

HSL color Cylindrical-coordinate representation of color #030C10: hue angle of 198.46º degrees, saturation: 0.68, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #030C10 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 12 16 -
CMYK 0.81 0.25 0 0.94
HSL 198.46º 0.68% 0.04% -
HSV(B) 198.46º 0.81% 0.06% -
XYZ 0.26 0.32 0.54 -
YUV 9.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 3 12 16 0.81 0.25 0 0.94 198.46 0.68 0.04
Hex 3 C 10 51 19 0 5E C6 44 4
Octal 3 14 20 121 31 0 136 306 104 4
Binary 11 1100 10000 1010001 11001 0 1011110 11000110 1000100 100

Color Harmonies of #030C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C10

Black with #030C10

Text Example


Text Example

White with #030C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,12,16); }

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

background-color css

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

 a { background-color: rgb(3,12,16); }

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

border-color css

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

 span { border-color: rgb(3,12,16); }

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