#012237

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

Shades of Black Pearl #012237

Tints of Black Pearl #012237

Color information

#012237 (or 0x012237) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 37. RGB value is (1,34,55). Sum of RGB (Red+Green+Blue) = 1+34+55=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 55 (21.88% from 255 or 61.11% from 90); Max value from RGB is 55 - color contains mainly: blue. Hex color #012237 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012237 is #FEDDC8. Grayscale: #1A1A1A. Windows color (decimal): -16702921 or 3613185. OLE color: 3613185.

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

Color convert

RGB13455-
CMYK0.980.3800.78
HSL203.33º96.43%10.98%-
HSV(B)203.33º98.18%21.57%-
XYZ1.271.433.82-
YUV26.53144.07109.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 34 (13.67% from 255) = 37.78%
BLUE value IS 55 (21.88% from 255) = 61.11%
R=1.11%
G=37.78%
B=61.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal134550.980.3800.78203.3396.4310.98
Hex12237622604Ecb60b
Octal1426714246011631314013
Binary11000101101111100010100110010011101100101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012237; }

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

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

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

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

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

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

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

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