#061E35

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

Shades of Black Pearl #061E35

Tints of Black Pearl #061E35

Color information

#061E35 (or 0x061E35) is unknown color: approx Black Pearl. HEX triplet: 06, 1E and 35. RGB value is (6,30,53). Sum of RGB (Red+Green+Blue) = 6+30+53=89 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.74% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 53 (21.09% from 255 or 59.55% from 89); Max value from RGB is 53 - color contains mainly: blue. Hex color #061E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E35 is #F9E1CA. Grayscale: #191919. Windows color (decimal): -16376267 or 3481094. OLE color: 3481094.

HSL color Cylindrical-coordinate representation of color #061E35: hue angle of 209.36º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #061E35 is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB63053-
CMYK0.890.4300.79
HSL209.36º79.66%11.57%-
HSV(B)209.36º88.68%20.78%-
XYZ1.181.223.54-
YUV25.45143.55114.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.74%
GREEN value IS 30 (12.11% from 255) = 33.71%
BLUE value IS 53 (21.09% from 255) = 59.55%
R=6.74%
G=33.71%
B=59.55%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal630530.890.4300.79209.3679.6611.57
Hex61E35592B04Fd150c
Octal6366513153011732112014
Binary110111101101011011001101011010011111101000110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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