#001830

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

Shades of Black Pearl #001830

Tints of Black Pearl #001830

Color information

#001830 (or 0x001830) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 30. RGB value is (0,24,48). Sum of RGB (Red+Green+Blue) = 0+24+48=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 48 (19.14% from 255 or 66.67% from 72); Max value from RGB is 48 - color contains mainly: blue. Hex color #001830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001830 is #FFE7CF. Grayscale: #131313. Windows color (decimal): -16771024 or 3151872. OLE color: 3151872.

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

Color convert

RGB02448-
CMYK10.500.81
HSL210º100%9.41%-
HSV(B)210º100%18.82%-
XYZ0.860.872.92-
YUV19.56144.05114.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 33.33%
BLUE value IS 48 (19.14% from 255) = 66.67%
R=0%
G=33.33%
B=66.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0244810.500.812101009.41
Hex018306432051d2649
Octal0306014462012132214411
Binary0110001100001100100110010010100011101001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001830; }

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

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

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

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

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

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

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

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