Html Css Color HEX #030A15 Black Pearl

📋 copy color: '#030A15'

red 3 ◦ green 10 ◦ blue 21

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

Shades of Black Pearl #030A15

Tints of Black Pearl #030A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 61.76%

R = 8.82%
G = 29.41%
B = 61.76%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030A15 (or 0x030A15) is known color: Black Pearl. HEX triplet: 03, 0A and 15. RGB value is (3,10,21). Sum of RGB (Red+Green+Blue) = 3+10+21=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 10 (4.30% from 255 or 29.41% from 34); Blue value is 21 (8.59% from 255 or 61.76% from 34); Max value from RGB is 21 - color contains mainly: blue. Hex color #030A15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A15 is #FCF5EA. Grayscale: #090909. Windows color (decimal): -16578027 or 1378819. OLE color: 1378819.

HSL color Cylindrical-coordinate representation of color #030A15: hue angle of 216.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #030A15 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 10 21 -
CMYK 0.86 0.52 0 0.92
HSL 216.67º 0.75% 0.05% -
HSV(B) 216.67º 0.86% 0.08% -
XYZ 0.28 0.29 0.75 -
YUV 9.16 134.68 123.61 -
System Red Green Blue C M Y K H S L
Decimal 3 10 21 0.86 0.52 0 0.92 216.67 0.75 0.05
Hex 3 A 15 56 34 0 5C D9 4B 5
Octal 3 12 25 126 64 0 134 331 113 5
Binary 11 1010 10101 1010110 110100 0 1011100 11011001 1001011 101

Color Harmonies of #030A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A15

Black with #030A15

Text Example


Text Example

White with #030A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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