#061933

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

Shades of Black Pearl #061933

Tints of Black Pearl #061933

Color information

#061933 (or 0x061933) is unknown color: approx Black Pearl. HEX triplet: 06, 19 and 33. RGB value is (6,25,51). Sum of RGB (Red+Green+Blue) = 6+25+51=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 51 (20.31% from 255 or 62.20% from 82); Max value from RGB is 51 - color contains mainly: blue. Hex color #061933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061933 is #F9E6CC. Grayscale: #161616. Windows color (decimal): -16377549 or 3348742. OLE color: 3348742.

HSL color Cylindrical-coordinate representation of color #061933: hue angle of 214.67º 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 #061933 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB62551-
CMYK0.880.5100.8
HSL214.67º78.95%11.18%-
HSV(B)214.67º88.24%20%-
XYZ1.020.973.27-
YUV22.28144.21116.39-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.32%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 51 (20.31% from 255) = 62.20%
R=7.32%
G=30.49%
B=62.20%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal625510.880.5100.8214.6778.9511.18
Hex619335833050d74fb
Octal6316313063012032711713
Binary110110011100111011000110011010100001101011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061933; }

 p { color: rgb(6,25,51); }

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

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

 a { background-color: rgb(6,25,51); }

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

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

 span { border-color: rgb(6,25,51); }

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