Html Css Color HEX #030F15 Black Pearl

📋 copy color: '#030F15'

red 3 ◦ green 15 ◦ blue 21

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

Shades of Black Pearl #030F15

Tints of Black Pearl #030F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 38.46%

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

R = 7.69%
G = 38.46%
B = 53.85%

CMYK

 C value IS 0.86

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#030F15 (or 0x030F15) is known color: Black Pearl. HEX triplet: 03, 0F and 15. RGB value is (3,15,21). Sum of RGB (Red+Green+Blue) = 3+15+21=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #030F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F15 is #FCF0EA. Grayscale: #0C0C0C. Windows color (decimal): -16576747 or 1380099. OLE color: 1380099.

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

Color convert

RGB 3 15 21 -
CMYK 0.86 0.29 0 0.92
HSL 200º 0.75% 0.05% -
HSV(B) 200º 0.86% 0.08% -
XYZ 0.34 0.42 0.77 -
YUV 12.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 3 15 21 0.86 0.29 0 0.92 200 0.75 0.05
Hex 3 F 15 56 1D 0 5C C8 4B 5
Octal 3 17 25 126 35 0 134 310 113 5
Binary 11 1111 10101 1010110 11101 0 1011100 11001000 1001011 101

Color Harmonies of #030F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F15

Black with #030F15

Text Example


Text Example

White with #030F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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