#012734

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

Shades of Black Pearl #012734

Tints of Black Pearl #012734

Color information

#012734 (or 0x012734) is unknown color: approx Black Pearl. HEX triplet: 01, 27 and 34. RGB value is (1,39,52). Sum of RGB (Red+Green+Blue) = 1+39+52=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 39 (15.62% from 255 or 42.39% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #012734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012734 is #FED8CB. Grayscale: #1D1D1D. Windows color (decimal): -16701644 or 3417857. OLE color: 3417857.

HSL color Cylindrical-coordinate representation of color #012734: hue angle of 195.29º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012734 is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB13952-
CMYK0.980.2500.80
HSL195.29º96.23%10.39%-
HSV(B)195.29º98.08%20.39%-
XYZ1.361.713.51-
YUV29.12140.91107.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 39 (15.62% from 255) = 42.39%
BLUE value IS 52 (20.70% from 255) = 56.52%
R=1.09%
G=42.39%
B=56.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal139520.980.2500.80195.2996.2310.39
Hex127346219050c360a
Octal1476414231012030314012
Binary1100111110100110001011001010100001100001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012734; }

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

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

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

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

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

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

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

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