#012328

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

Shades of Black Pearl #012328

Tints of Black Pearl #012328

Color information

#012328 (or 0x012328) is unknown color: approx Black Pearl. HEX triplet: 01, 23 and 28. RGB value is (1,35,40). Sum of RGB (Red+Green+Blue) = 1+35+40=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 35 (14.06% from 255 or 46.05% from 76); Blue value is 40 (16.02% from 255 or 52.63% from 76); Max value from RGB is 40 - color contains mainly: blue. Hex color #012328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012328 is #FEDCD7. Grayscale: #191919. Windows color (decimal): -16702680 or 2630401. OLE color: 2630401.

HSL color Cylindrical-coordinate representation of color #012328: hue angle of 187.69º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012328 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB13540-
CMYK0.980.1200.84
HSL187.69º95.12%8.04%-
HSV(B)187.69º97.5%15.69%-
XYZ11.362.22-
YUV25.4136.24110.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 35 (14.06% from 255) = 46.05%
BLUE value IS 40 (16.02% from 255) = 52.63%
R=1.32%
G=46.05%
B=52.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal135400.980.1200.84187.6995.128.04
Hex1232862C054bc5f8
Octal1435014214012427413710
Binary110001110100011000101100010101001011110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012328; }

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

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

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

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

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

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

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

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