#012730

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

Shades of Black Pearl #012730

Tints of Black Pearl #012730

Color information

#012730 (or 0x012730) is unknown color: approx Black Pearl. HEX triplet: 01, 27 and 30. RGB value is (1,39,48). Sum of RGB (Red+Green+Blue) = 1+39+48=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #012730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012730 is #FED8CF. Grayscale: #1C1C1C. Windows color (decimal): -16701648 or 3155713. OLE color: 3155713.

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

Color convert

RGB13948-
CMYK0.980.1900.81
HSL191.49º95.92%9.61%-
HSV(B)191.49º97.92%18.82%-
XYZ1.271.673.05-
YUV28.66138.91108.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 39 (15.62% from 255) = 44.32%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=1.14%
G=44.32%
B=54.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal139480.980.1900.81191.4995.929.61
Hex127306213051bf60a
Octal1476014223012127714012
Binary1100111110000110001010011010100011011111111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012730; }

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

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

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

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

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

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

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

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