#081930

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

Shades of Black Pearl #081930

Tints of Black Pearl #081930

Color information

#081930 (or 0x081930) is unknown color: approx Black Pearl. HEX triplet: 08, 19 and 30. RGB value is (8,25,48). Sum of RGB (Red+Green+Blue) = 8+25+48=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 25 (10.16% from 255 or 30.86% 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 #081930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #081930 is #F7E6CF. Grayscale: #161616. Windows color (decimal): -16246480 or 3152136. OLE color: 3152136.

HSL color Cylindrical-coordinate representation of color #081930: hue angle of 214.5º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #081930 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB82548-
CMYK0.830.4800.81
HSL214.5º71.43%10.98%-
HSV(B)214.5º83.33%18.82%-
XYZ0.980.962.93-
YUV22.54142.37117.63-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 9.88%
GREEN value IS 25 (10.16% from 255) = 30.86%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=9.88%
G=30.86%
B=59.26%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal825480.830.4800.81214.571.4310.98
Hex819305330051d647b
Octal10316012360012132610713
Binary1000110011100001010011110000010100011101011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081930; }

 p { color: rgb(8,25,48); }

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

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

 a { background-color: rgb(8,25,48); }

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

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

 span { border-color: rgb(8,25,48); }

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