#061E30

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

Shades of Black Pearl #061E30

Tints of Black Pearl #061E30

Color information

#061E30 (or 0x061E30) is unknown color: approx Black Pearl. HEX triplet: 06, 1E and 30. RGB value is (6,30,48). Sum of RGB (Red+Green+Blue) = 6+30+48=84 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.14% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #061E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E30 is #F9E1CF. Grayscale: #181818. Windows color (decimal): -16376272 or 3153414. OLE color: 3153414.

HSL color Cylindrical-coordinate representation of color #061E30: hue angle of 205.71º 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 #061E30 is Cyan = 0.87, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB63048-
CMYK0.870.3700.81
HSL205.71º77.78%10.59%-
HSV(B)205.71º87.5%18.82%-
XYZ1.071.182.97-
YUV24.88141.05114.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.14%
GREEN value IS 30 (12.11% from 255) = 35.71%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=7.14%
G=35.71%
B=57.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal630480.870.3700.81205.7177.7810.59
Hex61E305725051ce4eb
Octal6366012745012131611613
Binary110111101100001010111100101010100011100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061E30; }

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

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

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

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

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

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

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

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