Html Css Color HEX #000D20 Black Pearl

📋 copy color: '#000D20'

red 0 ◦ green 13 ◦ blue 32

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

Shades of Black Pearl #000D20

Tints of Black Pearl #000D20

RGB

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

 GREEN value IS 13 (5.47% from 255) = 28.89%

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

R = 0%
G = 28.89%
B = 71.11%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#000D20 (or 0x000D20) is known color: Black Pearl. HEX triplet: 00, 0D and 20. RGB value is (0,13,32). Sum of RGB (Red+Green+Blue) = 0+13+32=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 32 (12.89% from 255 or 71.11% from 45); Max value from RGB is 32 - color contains mainly: blue. Hex color #000D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D20 is #FFF2DF. Grayscale: #0B0B0B. Windows color (decimal): -16773856 or 2100480. OLE color: 2100480.

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

Color convert

RGB 0 13 32 -
CMYK 1 0.59 0 0.87
HSL 215.63º 1% 0.06% -
HSV(B) 215.63º 1% 0.13% -
XYZ 0.4 0.39 1.42 -
YUV 11.28 139.69 119.96 -
System Red Green Blue C M Y K H S L
Decimal 0 13 32 1 0.59 0 0.87 215.63 1 0.06
Hex 0 D 20 64 3B 0 57 D8 64 6
Octal 0 15 40 144 73 0 127 330 144 6
Binary 0 1101 100000 1100100 111011 0 1010111 11011000 1100100 110

Color Harmonies of #000D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D20

Black with #000D20

Text Example


Text Example

White with #000D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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