#001129

Color #001129 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #001129

Tints of Black Pearl #001129

Color information

#001129 (or 0x001129) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 29. RGB value is (0,17,41). Sum of RGB (Red+Green+Blue) = 0+17+41=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 41 (16.41% from 255 or 70.69% from 58); Max value from RGB is 41 - color contains mainly: blue. Hex color #001129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001129 is #FFEED6. Grayscale: #0E0E0E. Windows color (decimal): -16772823 or 2691328. OLE color: 2691328.

HSL color Cylindrical-coordinate representation of color #001129: hue angle of 215.12º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001129 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB01741-
CMYK10.5900.84
HSL215.12º100%8.04%-
HSV(B)215.12º100%16.08%-
XYZ0.60.562.17-
YUV14.65142.87117.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 29.31%
BLUE value IS 41 (16.41% from 255) = 70.69%
R=0%
G=29.31%
B=70.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0174110.5900.84215.121008.04
Hex01129643B054d7648
Octal0215114473012432714410
Binary0100011010011100100111011010101001101011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001129; }

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

 H1.HeaderClassName
 {
   color: #001129;
 }
 .AnyTagClassName
 {
   color: #001129;
 }
</style>
background-color css

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

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

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

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

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

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