Html Css Color HEX #030B15 Black Pearl

📋 copy color: '#030B15'

red 3 ◦ green 11 ◦ blue 21

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

Shades of Black Pearl #030B15

Tints of Black Pearl #030B15

RGB

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

 GREEN value IS 11 (4.69% from 255) = 31.43%

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

R = 8.57%
G = 31.43%
B = 60%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030B15 (or 0x030B15) is known color: Black Pearl. HEX triplet: 03, 0B and 15. RGB value is (3,11,21). Sum of RGB (Red+Green+Blue) = 3+11+21=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 21 (8.59% from 255 or 60% from 35); Max value from RGB is 21 - color contains mainly: blue. Hex color #030B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B15 is #FCF4EA. Grayscale: #090909. Windows color (decimal): -16577771 or 1379075. OLE color: 1379075.

HSL color Cylindrical-coordinate representation of color #030B15: hue angle of 213.33º 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 #030B15 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 11 21 -
CMYK 0.86 0.48 0 0.92
HSL 213.33º 0.75% 0.05% -
HSV(B) 213.33º 0.86% 0.08% -
XYZ 0.29 0.31 0.75 -
YUV 9.75 134.35 123.19 -
System Red Green Blue C M Y K H S L
Decimal 3 11 21 0.86 0.48 0 0.92 213.33 0.75 0.05
Hex 3 B 15 56 30 0 5C D5 4B 5
Octal 3 13 25 126 60 0 134 325 113 5
Binary 11 1011 10101 1010110 110000 0 1011100 11010101 1001011 101

Color Harmonies of #030B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030B15

Black with #030B15

Text Example


Text Example

White with #030B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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