#012038

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

Shades of Black Pearl #012038

Tints of Black Pearl #012038

Color information

#012038 (or 0x012038) is unknown color: approx Black Pearl. HEX triplet: 01, 20 and 38. RGB value is (1,32,56). Sum of RGB (Red+Green+Blue) = 1+32+56=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 56 (22.27% from 255 or 62.92% from 89); Max value from RGB is 56 - color contains mainly: blue. Hex color #012038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012038 is #FEDFC7. Grayscale: #191919. Windows color (decimal): -16703432 or 3678209. OLE color: 3678209.

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

Color convert

RGB13256-
CMYK0.980.4300.78
HSL206.18º96.49%11.18%-
HSV(B)206.18º98.21%21.96%-
XYZ1.241.333.93-
YUV25.47145.23110.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 56 (22.27% from 255) = 62.92%
R=1.12%
G=35.96%
B=62.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal132560.980.4300.78206.1896.4911.18
Hex12038622B04Ece60b
Octal1407014253011631614013
Binary11000001110001100010101011010011101100111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012038; }

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

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

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

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

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

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

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

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