Html Css Color HEX #030C0D Black Pearl

📋 copy color: '#030C0D'

red 3 ◦ green 12 ◦ blue 13

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

Shades of Black Pearl #030C0D

Tints of Black Pearl #030C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 46.43%

R = 10.71%
G = 42.86%
B = 46.43%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#030C0D (or 0x030C0D) is known color: Black Pearl. HEX triplet: 03, 0C and 0D. RGB value is (3,12,13). Sum of RGB (Red+Green+Blue) = 3+12+13=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 12 (5.08% from 255 or 42.86% from 28); Blue value is 13 (5.47% from 255 or 46.43% from 28); Max value from RGB is 13 - color contains mainly: blue. Hex color #030C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C0D is #FCF3F2. Grayscale: #090909. Windows color (decimal): -16577523 or 855043. OLE color: 855043.

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

Color convert

RGB 3 12 13 -
CMYK 0.77 0.08 0 0.95
HSL 186º 0.63% 0.03% -
HSV(B) 186º 0.77% 0.05% -
XYZ 0.24 0.31 0.43 -
YUV 9.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 3 12 13 0.77 0.08 0 0.95 186 0.63 0.03
Hex 3 C D 4D 8 0 5F BA 3E 3
Octal 3 14 15 115 10 0 137 272 76 3
Binary 11 1100 1101 1001101 1000 0 1011111 10111010 111110 11

Color Harmonies of #030C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C0D

Black with #030C0D

Text Example


Text Example

White with #030C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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