#051C30

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

Shades of Black Pearl #051C30

Tints of Black Pearl #051C30

Color information

#051C30 (or 0x051C30) is unknown color: approx Black Pearl. HEX triplet: 05, 1C and 30. RGB value is (5,28,48). Sum of RGB (Red+Green+Blue) = 5+28+48=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 28 (11.33% from 255 or 34.57% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #051C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C30 is #FAE3CF. Grayscale: #171717. Windows color (decimal): -16442320 or 3152901. OLE color: 3152901.

HSL color Cylindrical-coordinate representation of color #051C30: hue angle of 207.91º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #051C30 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB52848-
CMYK0.900.4200.81
HSL207.91º81.13%10.39%-
HSV(B)207.91º89.58%18.82%-
XYZ1.011.082.95-
YUV23.4141.88114.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 28 (11.33% from 255) = 34.57%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=6.17%
G=34.57%
B=59.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal528480.900.4200.81207.9181.1310.39
Hex51C305A2A051d051a
Octal5346013252012132012112
Binary101111001100001011010101010010100011101000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C30; }

 p { color: rgb(5,28,48); }

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

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

 a { background-color: rgb(5,28,48); }

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

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

 span { border-color: rgb(5,28,48); }

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