#012A38

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

Shades of Black Pearl #012A38

Tints of Black Pearl #012A38

Color information

#012A38 (or 0x012A38) is unknown color: approx Black Pearl. HEX triplet: 01, 2A and 38. RGB value is (1,42,56). Sum of RGB (Red+Green+Blue) = 1+42+56=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #012A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A38 is #FED5C7. Grayscale: #1F1F1F. Windows color (decimal): -16700872 or 3680769. OLE color: 3680769.

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

Color convert

RGB14256-
CMYK0.980.2500.78
HSL195.27º96.49%11.18%-
HSV(B)195.27º98.21%21.96%-
XYZ1.551.954.04-
YUV31.34141.92106.36-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.01%
GREEN value IS 42 (16.80% from 255) = 42.42%
BLUE value IS 56 (22.27% from 255) = 56.57%
R=1.01%
G=42.42%
B=56.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal142560.980.2500.78195.2796.4911.18
Hex12A38621904Ec360b
Octal1527014231011630314013
Binary1101010111000110001011001010011101100001111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012A38; }

 p { color: rgb(1,42,56); }

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

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

 a { background-color: rgb(1,42,56); }

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

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

 span { border-color: rgb(1,42,56); }

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