#001123

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

Shades of Black Pearl #001123

Tints of Black Pearl #001123

Color information

#001123 (or 0x001123) is unknown color: approx Black Pearl. HEX triplet: 00, 11 and 23. RGB value is (0,17,35). Sum of RGB (Red+Green+Blue) = 0+17+35=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #001123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001123 is #FFEEDC. Grayscale: #0D0D0D. Windows color (decimal): -16772829 or 2298112. OLE color: 2298112.

HSL color Cylindrical-coordinate representation of color #001123: hue angle of 210.86º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001123 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB01735-
CMYK10.5100.86
HSL210.86º100%6.86%-
HSV(B)210.86º100%13.73%-
XYZ0.50.521.66-
YUV13.97139.87118.04-

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) = 32.69%
BLUE value IS 35 (14.06% from 255) = 67.31%
R=0%
G=32.69%
B=67.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0173510.5100.86210.861006.86
Hex011236433056d3647
Octal021431446301263231447
Binary010001100011110010011001101010110110100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001123; }

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

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

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

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

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

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

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

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