#012437

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

Shades of Black Pearl #012437

Tints of Black Pearl #012437

Color information

#012437 (or 0x012437) is unknown color: approx Black Pearl. HEX triplet: 01, 24 and 37. RGB value is (1,36,55). Sum of RGB (Red+Green+Blue) = 1+36+55=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 55 (21.88% from 255 or 59.78% from 92); Max value from RGB is 55 - color contains mainly: blue. Hex color #012437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012437 is #FEDBC8. Grayscale: #1B1B1B. Windows color (decimal): -16702409 or 3613697. OLE color: 3613697.

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

Color convert

RGB13655-
CMYK0.980.3500.78
HSL201.11º96.43%10.98%-
HSV(B)201.11º98.18%21.57%-
XYZ1.331.543.84-
YUV27.7143.4108.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 36 (14.45% from 255) = 39.13%
BLUE value IS 55 (21.88% from 255) = 59.78%
R=1.09%
G=39.13%
B=59.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal136550.980.3500.78201.1196.4310.98
Hex12437622304Ec960b
Octal1446714243011631114013
Binary11001001101111100010100011010011101100100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012437; }

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

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

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

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

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

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

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

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