#021830

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

Shades of Black Pearl #021830

Tints of Black Pearl #021830

Color information

#021830 (or 0x021830) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 30. RGB value is (2,24,48). Sum of RGB (Red+Green+Blue) = 2+24+48=74 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.70% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 48 (19.14% from 255 or 64.86% from 74); Max value from RGB is 48 - color contains mainly: blue. Hex color #021830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021830 is #FDE7CF. Grayscale: #141414. Windows color (decimal): -16639952 or 3151874. OLE color: 3151874.

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

Color convert

RGB22448-
CMYK0.960.500.81
HSL211.3º92%9.8%-
HSV(B)211.3º95.83%18.82%-
XYZ0.890.882.92-
YUV20.16143.71115.05-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.70%
GREEN value IS 24 (9.77% from 255) = 32.43%
BLUE value IS 48 (19.14% from 255) = 64.86%
R=2.70%
G=32.43%
B=64.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal224480.960.500.81211.3929.8
Hex218306032051d35ca
Octal2306014062012132313412
Binary10110001100001100000110010010100011101001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021830; }

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

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

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

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

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

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

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

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