#01232C

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

Shades of Black Pearl #01232C

Tints of Black Pearl #01232C

Color information

#01232C (or 0x01232C) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 2C. RGB value is (1,35,44). Sum of RGB (Red+Green+Blue) = 1+35+44=80 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 44 (17.58% from 255 or 55% from 80); Max value from RGB is 44 - color contains mainly: blue. Hex color #01232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01232C is #FEDCD3. Grayscale: #191919. Windows color (decimal): -16702676 or 2892545. OLE color: 2892545.

HSL color Cylindrical-coordinate representation of color #01232C: hue angle of 192.56º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01232C is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13544-
CMYK0.980.2000.83
HSL192.56º95.56%8.82%-
HSV(B)192.56º97.73%17.25%-
XYZ1.071.392.59-
YUV25.86138.24110.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.25%
GREEN value IS 35 (14.06% from 255) = 43.75%
BLUE value IS 44 (17.58% from 255) = 55%
R=1.25%
G=43.75%
B=55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal135440.980.2000.83192.5695.568.82
Hex1232C6214053c1609
Octal1435414224012330114011
Binary1100011101100110001010100010100111100000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01232C; }

 p { color: rgb(1,35,44); }

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

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

 a { background-color: rgb(1,35,44); }

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

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

 span { border-color: rgb(1,35,44); }

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