Html Css Color HEX #001020 Black Pearl

📋 copy color: '#001020'

red 0 ◦ green 16 ◦ blue 32

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

Shades of Black Pearl #001020

Tints of Black Pearl #001020

RGB

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

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

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

R = 0%
G = 33.33%
B = 66.67%

CMYK

 C value IS 1

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001020 (or 0x001020) is known color: Black Pearl. HEX triplet: 00, 10 and 20. RGB value is (0,16,32). Sum of RGB (Red+Green+Blue) = 0+16+32=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 16 (6.64% from 255 or 33.33% from 48); Blue value is 32 (12.89% from 255 or 66.67% from 48); Max value from RGB is 32 - color contains mainly: blue. Hex color #001020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001020 is #FFEFDF. Grayscale: #0C0C0C. Windows color (decimal): -16773088 or 2101248. OLE color: 2101248.

HSL color Cylindrical-coordinate representation of color #001020: hue angle of 210º 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 #001020 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 0 16 32 -
CMYK 1 0.5 0 0.87
HSL 210º 1% 0.06% -
HSV(B) 210º 1% 0.13% -
XYZ 0.45 0.47 1.43 -
YUV 13.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 0 16 32 1 0.5 0 0.87 210 1 0.06
Hex 0 10 20 64 32 0 57 D2 64 6
Octal 0 20 40 144 62 0 127 322 144 6
Binary 0 10000 100000 1100100 110010 0 1010111 11010010 1100100 110

Color Harmonies of #001020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001020

Black with #001020

Text Example


Text Example

White with #001020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001020; }

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

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

background-color css

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

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

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

border-color css

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

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

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