Html Css Color HEX #001120 Black Pearl

📋 copy color: '#001120'

red 0 ◦ green 17 ◦ blue 32

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

Shades of Black Pearl #001120

Tints of Black Pearl #001120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 34.69%

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

R = 0%
G = 34.69%
B = 65.31%

CMYK

 C value IS 1

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#001120 (or 0x001120) is known color: Black Pearl. HEX triplet: 00, 11 and 20. RGB value is (0,17,32). Sum of RGB (Red+Green+Blue) = 0+17+32=49 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #001120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001120 is #FFEEDF. Grayscale: #0D0D0D. Windows color (decimal): -16772832 or 2101504. OLE color: 2101504.

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

Color convert

RGB 0 17 32 -
CMYK 1 0.47 0 0.87
HSL 208.13º 1% 0.06% -
HSV(B) 208.13º 1% 0.13% -
XYZ 0.46 0.51 1.44 -
YUV 13.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 0 17 32 1 0.47 0 0.87 208.13 1 0.06
Hex 0 11 20 64 2F 0 57 D0 64 6
Octal 0 21 40 144 57 0 127 320 144 6
Binary 0 10001 100000 1100100 101111 0 1010111 11010000 1100100 110

Color Harmonies of #001120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001120

Black with #001120

Text Example


Text Example

White with #001120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001120; }

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

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

background-color css

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

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

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

border-color css

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

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

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