#011830

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

Shades of Black Pearl #011830

Tints of Black Pearl #011830

Color information

#011830 (or 0x011830) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 30. RGB value is (1,24,48). Sum of RGB (Red+Green+Blue) = 1+24+48=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #011830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011830 is #FEE7CF. Grayscale: #131313. Windows color (decimal): -16705488 or 3151873. OLE color: 3151873.

HSL color Cylindrical-coordinate representation of color #011830: hue angle of 210.64º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011830 is Cyan = 0.98, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB12448-
CMYK0.980.500.81
HSL210.64º95.92%9.61%-
HSV(B)210.64º97.92%18.82%-
XYZ0.870.872.92-
YUV19.86143.88114.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 24 (9.77% from 255) = 32.88%
BLUE value IS 48 (19.14% from 255) = 65.75%
R=1.37%
G=32.88%
B=65.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal124480.980.500.81210.6495.929.61
Hex118306232051d360a
Octal1306014262012132314012
Binary1110001100001100010110010010100011101001111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011830; }

 p { color: rgb(1,24,48); }

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

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

 a { background-color: rgb(1,24,48); }

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

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

 span { border-color: rgb(1,24,48); }

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