#012327

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

Shades of Black Pearl #012327

Tints of Black Pearl #012327

Color information

#012327 (or 0x012327) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 27. RGB value is (1,35,39). Sum of RGB (Red+Green+Blue) = 1+35+39=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 35 (14.06% from 255 or 46.67% from 75); Blue value is 39 (15.62% from 255 or 52% from 75); Max value from RGB is 39 - color contains mainly: blue. Hex color #012327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012327 is #FEDCD8. Grayscale: #191919. Windows color (decimal): -16702681 or 2564865. OLE color: 2564865.

HSL color Cylindrical-coordinate representation of color #012327: hue angle of 186.32º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012327 is Cyan = 0.97, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB13539-
CMYK0.970.1000.85
HSL186.32º95%7.84%-
HSV(B)186.32º97.44%15.29%-
XYZ0.981.362.13-
YUV25.29135.74110.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 35 (14.06% from 255) = 46.67%
BLUE value IS 39 (15.62% from 255) = 52%
R=1.33%
G=46.67%
B=52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal135390.970.1000.85186.32957.84
Hex1232761A055ba5f8
Octal1434714112012527213710
Binary110001110011111000011010010101011011101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012327; }

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

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

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

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

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

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

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

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