#061E34

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

Shades of Black Pearl #061E34

Tints of Black Pearl #061E34

Color information

#061E34 (or 0x061E34) is unknown color: approx Black Pearl. HEX triplet: 06, 1E and 34. RGB value is (6,30,52). Sum of RGB (Red+Green+Blue) = 6+30+52=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 52 (20.70% from 255 or 59.09% from 88); Max value from RGB is 52 - color contains mainly: blue. Hex color #061E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E34 is #F9E1CB. Grayscale: #191919. Windows color (decimal): -16376268 or 3415558. OLE color: 3415558.

HSL color Cylindrical-coordinate representation of color #061E34: hue angle of 208.7º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061E34 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB63052-
CMYK0.880.4200.80
HSL208.7º79.31%11.37%-
HSV(B)208.7º88.46%20.39%-
XYZ1.161.223.42-
YUV25.33143.05114.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 30 (12.11% from 255) = 34.09%
BLUE value IS 52 (20.70% from 255) = 59.09%
R=6.82%
G=34.09%
B=59.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal630520.880.4200.80208.779.3111.37
Hex61E34582A050d14fb
Octal6366413052012032111713
Binary110111101101001011000101010010100001101000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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