Html Css Color HEX #011015 Black Pearl

📋 copy color: '#011015'

red 1 ◦ green 16 ◦ blue 21

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

Shades of Black Pearl #011015

Tints of Black Pearl #011015

RGB

 RED value IS 1 (0.78% from 255) = 2.63%

 GREEN value IS 16 (6.64% from 255) = 42.11%

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

R = 2.63%
G = 42.11%
B = 55.26%

CMYK

 C value IS 0.95

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#011015 (or 0x011015) is known color: Black Pearl. HEX triplet: 01, 10 and 15. RGB value is (1,16,21). Sum of RGB (Red+Green+Blue) = 1+16+21=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 21 (8.59% from 255 or 55.26% from 38); Max value from RGB is 21 - color contains mainly: blue. Hex color #011015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011015 is #FEEFEA. Grayscale: #0C0C0C. Windows color (decimal): -16707563 or 1380353. OLE color: 1380353.

HSL color Cylindrical-coordinate representation of color #011015: hue angle of 195º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011015 is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 16 21 -
CMYK 0.95 0.24 0 0.92
HSL 195º 0.91% 0.04% -
HSV(B) 195º 0.95% 0.08% -
XYZ 0.33 0.43 0.78 -
YUV 12.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 1 16 21 0.95 0.24 0 0.92 195 0.91 0.04
Hex 1 10 15 5F 18 0 5C C3 5B 4
Octal 1 20 25 137 30 0 134 303 133 4
Binary 1 10000 10101 1011111 11000 0 1011100 11000011 1011011 100

Color Harmonies of #011015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011015

Black with #011015

Text Example


Text Example

White with #011015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011015; }

 p { color: rgb(1,16,21); }

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

background-color css

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

 a { background-color: rgb(1,16,21); }

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

border-color css

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

 span { border-color: rgb(1,16,21); }

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