#012737

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

Shades of Black Pearl #012737

Tints of Black Pearl #012737

Color information

#012737 (or 0x012737) is unknown color: approx Black Pearl. HEX triplet: 01, 27 and 37. RGB value is (1,39,55). Sum of RGB (Red+Green+Blue) = 1+39+55=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 55 (21.88% from 255 or 57.89% from 95); Max value from RGB is 55 - color contains mainly: blue. Hex color #012737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012737 is #FED8C8. Grayscale: #1D1D1D. Windows color (decimal): -16701641 or 3614465. OLE color: 3614465.

HSL color Cylindrical-coordinate representation of color #012737: hue angle of 197.78º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012737 is Cyan = 0.98, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB13955-
CMYK0.980.2900.78
HSL197.78º96.43%10.98%-
HSV(B)197.78º98.18%21.57%-
XYZ1.431.733.87-
YUV29.46142.41107.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 55 (21.88% from 255) = 57.89%
R=1.05%
G=41.05%
B=57.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal139550.980.2900.78197.7896.4310.98
Hex12737621D04Ec660b
Octal1476714235011630614013
Binary1100111110111110001011101010011101100011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012737; }

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

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

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

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

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

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

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

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