Html Css Color HEX #030A0C Black Pearl

📋 copy color: '#030A0C'

red 3 ◦ green 10 ◦ blue 12

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

Shades of Black Pearl #030A0C

Tints of Black Pearl #030A0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 48%

R = 12%
G = 40%
B = 48%

CMYK

 C value IS 0.75

 M value IS 0.17

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#030A0C (or 0x030A0C) is known color: Black Pearl. HEX triplet: 03, 0A and 0C. RGB value is (3,10,12). Sum of RGB (Red+Green+Blue) = 3+10+12=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 10 (4.30% from 255 or 40% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #030A0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A0C is #FCF5F3. Grayscale: #080808. Windows color (decimal): -16578036 or 788995. OLE color: 788995.

HSL color Cylindrical-coordinate representation of color #030A0C: hue angle of 193.33º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #030A0C is Cyan = 0.75, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 3 10 12 -
CMYK 0.75 0.17 0 0.95
HSL 193.33º 0.6% 0.03% -
HSV(B) 193.33º 0.75% 0.05% -
XYZ 0.21 0.26 0.39 -
YUV 8.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 3 10 12 0.75 0.17 0 0.95 193.33 0.6 0.03
Hex 3 A C 4B 11 0 5F C1 3C 3
Octal 3 12 14 113 21 0 137 301 74 3
Binary 11 1010 1100 1001011 10001 0 1011111 11000001 111100 11

Color Harmonies of #030A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A0C

Black with #030A0C

Text Example


Text Example

White with #030A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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