#001223

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

Shades of Black Pearl #001223

Tints of Black Pearl #001223

Color information

#001223 (or 0x001223) is unknown color: approx Black Pearl. HEX triplet: 00, 12 and 23. RGB value is (0,18,35). Sum of RGB (Red+Green+Blue) = 0+18+35=53 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 35 (14.06% from 255 or 66.04% from 53); Max value from RGB is 35 - color contains mainly: blue. Hex color #001223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001223 is #FFEDDC. Grayscale: #0E0E0E. Windows color (decimal): -16772573 or 2298368. OLE color: 2298368.

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

Color convert

RGB01835-
CMYK10.4900.86
HSL209.14º100%6.86%-
HSV(B)209.14º100%13.73%-
XYZ0.520.551.67-
YUV14.56139.54117.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 18 (7.42% from 255) = 33.96%
BLUE value IS 35 (14.06% from 255) = 66.04%
R=0%
G=33.96%
B=66.04%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0183510.4900.86209.141006.86
Hex012236431056d1647
Octal022431446101263211447
Binary010010100011110010011000101010110110100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001223; }

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

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

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

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

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

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

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

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