#012630

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

Shades of Black Pearl #012630

Tints of Black Pearl #012630

Color information

#012630 (or 0x012630) is unknown color: approx Black Pearl. HEX triplet: 01, 26 and 30. RGB value is (1,38,48). Sum of RGB (Red+Green+Blue) = 1+38+48=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 48 (19.14% from 255 or 55.17% from 87); Max value from RGB is 48 - color contains mainly: blue. Hex color #012630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012630 is #FED9CF. Grayscale: #1C1C1C. Windows color (decimal): -16701904 or 3155457. OLE color: 3155457.

HSL color Cylindrical-coordinate representation of color #012630: hue angle of 192.77º 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 #012630 is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13848-
CMYK0.980.2100.81
HSL192.77º95.92%9.61%-
HSV(B)192.77º97.92%18.82%-
XYZ1.241.613.04-
YUV28.08139.24108.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 48 (19.14% from 255) = 55.17%
R=1.15%
G=43.68%
B=55.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal138480.980.2100.81192.7795.929.61
Hex126306215051c160a
Octal1466014225012130114012
Binary1100110110000110001010101010100011100000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012630; }

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

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

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

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

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

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

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

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