Html Css Color HEX #001520 Black Pearl

📋 copy color: '#001520'

red 0 ◦ green 21 ◦ blue 32

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

Shades of Black Pearl #001520

Tints of Black Pearl #001520

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 21 (8.59% from 255) = 39.62%

 BLUE value IS 32 (12.89% from 255) = 60.38%

R = 0%
G = 39.62%
B = 60.38%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001520 (or 0x001520) is known color: Black Pearl. HEX triplet: 00, 15 and 20. RGB value is (0,21,32). Sum of RGB (Red+Green+Blue) = 0+21+32=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #001520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001520 is #FFEADF. Grayscale: #0F0F0F. Windows color (decimal): -16771808 or 2102528. OLE color: 2102528.

HSL color Cylindrical-coordinate representation of color #001520: hue angle of 200.62º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001520 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 21 32 -
CMYK 1 0.34 0 0.87
HSL 200.63º 1% 0.06% -
HSV(B) 200.63º 1% 0.13% -
XYZ 0.53 0.64 1.46 -
YUV 15.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 0 21 32 1 0.34 0 0.87 200.63 1 0.06
Hex 0 15 20 64 22 0 57 C9 64 6
Octal 0 25 40 144 42 0 127 311 144 6
Binary 0 10101 100000 1100100 100010 0 1010111 11001001 1100100 110

Color Harmonies of #001520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001520

Black with #001520

Text Example


Text Example

White with #001520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001520; }

 p { color: rgb(0,21,32); }

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

background-color css

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

 a { background-color: rgb(0,21,32); }

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

border-color css

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

 span { border-color: rgb(0,21,32); }

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