Html Css Color HEX #001C20 Black Pearl

📋 copy color: '#001C20'

red 0 ◦ green 28 ◦ blue 32

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

Shades of Black Pearl #001C20

Tints of Black Pearl #001C20

RGB

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

 GREEN value IS 28 (11.33% from 255) = 46.67%

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

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001C20 (or 0x001C20) is known color: Black Pearl. HEX triplet: 00, 1C and 20. RGB value is (0,28,32). Sum of RGB (Red+Green+Blue) = 0+28+32=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 28 (11.33% from 255 or 46.67% from 60); Blue value is 32 (12.89% from 255 or 53.33% from 60); Max value from RGB is 32 - color contains mainly: blue. Hex color #001C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C20 is #FFE3DF. Grayscale: #141414. Windows color (decimal): -16770016 or 2104320. OLE color: 2104320.

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

Color convert

RGB 0 28 32 -
CMYK 1 0.12 0 0.87
HSL 187.5º 1% 0.06% -
HSV(B) 187.5º 1% 0.13% -
XYZ 0.68 0.93 1.51 -
YUV 20.08 134.72 113.67 -
System Red Green Blue C M Y K H S L
Decimal 0 28 32 1 0.12 0 0.87 187.5 1 0.06
Hex 0 1C 20 64 C 0 57 BC 64 6
Octal 0 34 40 144 14 0 127 274 144 6
Binary 0 11100 100000 1100100 1100 0 1010111 10111100 1100100 110

Color Harmonies of #001C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001C20

Black with #001C20

Text Example


Text Example

White with #001C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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