#061830

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

Shades of Black Pearl #061830

Tints of Black Pearl #061830

Color information

#061830 (or 0x061830) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 30. RGB value is (6,24,48). Sum of RGB (Red+Green+Blue) = 6+24+48=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #061830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061830 is #F9E7CF. Grayscale: #151515. Windows color (decimal): -16377808 or 3151878. OLE color: 3151878.

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

Color convert

RGB62448-
CMYK0.870.500.81
HSL214.29º77.78%10.59%-
HSV(B)214.29º87.5%18.82%-
XYZ0.940.912.92-
YUV21.35143.04117.05-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.69%
GREEN value IS 24 (9.77% from 255) = 30.77%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=7.69%
G=30.77%
B=61.54%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal624480.870.500.81214.2977.7810.59
Hex618305732051d64eb
Octal6306012762012132611613
Binary110110001100001010111110010010100011101011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061830; }

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

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

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

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

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

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

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

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