Html Css Color HEX #030C19 Black Pearl

📋 copy color: '#030C19'

red 3 ◦ green 12 ◦ blue 25

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

Shades of Black Pearl #030C19

Tints of Black Pearl #030C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 62.5%

R = 7.5%
G = 30%
B = 62.5%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#030C19 (or 0x030C19) is known color: Black Pearl. HEX triplet: 03, 0C and 19. RGB value is (3,12,25). Sum of RGB (Red+Green+Blue) = 3+12+25=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #030C19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030C19 is #FCF3E6. Grayscale: #0A0A0A. Windows color (decimal): -16577511 or 1641475. OLE color: 1641475.

HSL color Cylindrical-coordinate representation of color #030C19: hue angle of 215.45º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030C19 is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 3 12 25 -
CMYK 0.88 0.52 0 0.90
HSL 215.45º 0.79% 0.05% -
HSV(B) 215.45º 0.88% 0.1% -
XYZ 0.34 0.35 0.97 -
YUV 10.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 3 12 25 0.88 0.52 0 0.90 215.45 0.79 0.05
Hex 3 C 19 58 34 0 5A D7 4F 5
Octal 3 14 31 130 64 0 132 327 117 5
Binary 11 1100 11001 1011000 110100 0 1011010 11010111 1001111 101

Color Harmonies of #030C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030C19

Black with #030C19

Text Example


Text Example

White with #030C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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