#001C23

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

Shades of Black Pearl #001C23

Tints of Black Pearl #001C23

Color information

#001C23 (or 0x001C23) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 23. RGB value is (0,28,35). Sum of RGB (Red+Green+Blue) = 0+28+35=63 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 63); Green value is 28 (11.33% from 255 or 44.44% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #001C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C23 is #FFE3DC. Grayscale: #141414. Windows color (decimal): -16770013 or 2300928. OLE color: 2300928.

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

Color convert

RGB02835-
CMYK10.2000.86
HSL192º100%6.86%-
HSV(B)192º100%13.73%-
XYZ0.720.951.74-
YUV20.43136.22113.43-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 44.44%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=0%
G=44.44%
B=55.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0283510.2000.861921006.86
Hex01C236414056c0647
Octal034431442401263001447
Binary01110010001111001001010001010110110000001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001C23; }

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

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

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

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

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

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

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

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