#061B34

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

Shades of Black Pearl #061B34

Tints of Black Pearl #061B34

Color information

#061B34 (or 0x061B34) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 34. RGB value is (6,27,52). Sum of RGB (Red+Green+Blue) = 6+27+52=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 52 (20.70% from 255 or 61.18% from 85); Max value from RGB is 52 - color contains mainly: blue. Hex color #061B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B34 is #F9E4CB. Grayscale: #171717. Windows color (decimal): -16377036 or 3414790. OLE color: 3414790.

HSL color Cylindrical-coordinate representation of color #061B34: hue angle of 212.61º 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 #061B34 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB62752-
CMYK0.880.4800.80
HSL212.61º79.31%11.37%-
HSV(B)212.61º88.46%20.39%-
XYZ1.091.073.4-
YUV23.57144.04115.47-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 52 (20.70% from 255) = 61.18%
R=7.06%
G=31.76%
B=61.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal627520.880.4800.80212.6179.3111.37
Hex61B345830050d54fb
Octal6336413060012032511713
Binary110110111101001011000110000010100001101010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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