Html Css Color HEX #001320 Black Pearl

📋 copy color: '#001320'

red 0 ◦ green 19 ◦ blue 32

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

Shades of Black Pearl #001320

Tints of Black Pearl #001320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 37.25%

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

R = 0%
G = 37.25%
B = 62.75%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001320 (or 0x001320) is known color: Black Pearl. HEX triplet: 00, 13 and 20. RGB value is (0,19,32). Sum of RGB (Red+Green+Blue) = 0+19+32=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 32 (12.89% from 255 or 62.75% from 51); Max value from RGB is 32 - color contains mainly: blue. Hex color #001320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001320 is #FFECDF. Grayscale: #0E0E0E. Windows color (decimal): -16772320 or 2102016. OLE color: 2102016.

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

Color convert

RGB 0 19 32 -
CMYK 1 0.41 0 0.87
HSL 204.38º 1% 0.06% -
HSV(B) 204.38º 1% 0.13% -
XYZ 0.49 0.57 1.45 -
YUV 14.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 0 19 32 1 0.41 0 0.87 204.38 1 0.06
Hex 0 13 20 64 29 0 57 CC 64 6
Octal 0 23 40 144 51 0 127 314 144 6
Binary 0 10011 100000 1100100 101001 0 1010111 11001100 1100100 110

Color Harmonies of #001320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001320

Black with #001320

Text Example


Text Example

White with #001320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001320; }

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

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

background-color css

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

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

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

border-color css

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

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

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