#061A28

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

Shades of Black Pearl #061A28

Tints of Black Pearl #061A28

Color information

#061A28 (or 0x061A28) is unknown color: approx Black Pearl. HEX triplet: 06, 1A and 28. RGB value is (6,26,40). Sum of RGB (Red+Green+Blue) = 6+26+40=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #061A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A28 is #F9E5D7. Grayscale: #151515. Windows color (decimal): -16377304 or 2628102. OLE color: 2628102.

HSL color Cylindrical-coordinate representation of color #061A28: hue angle of 204.71º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061A28 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB62640-
CMYK0.850.3500.84
HSL204.71º73.91%9.02%-
HSV(B)204.71º85%15.69%-
XYZ0.830.932.14-
YUV21.62138.37116.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 26 (10.55% from 255) = 36.11%
BLUE value IS 40 (16.02% from 255) = 55.56%
R=8.33%
G=36.11%
B=55.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal626400.850.3500.84204.7173.919.02
Hex61A285523054cd4a9
Octal6325012543012431511211
Binary110110101010001010101100011010101001100110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,40); }

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

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

 a { background-color: rgb(6,26,40); }

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

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

 span { border-color: rgb(6,26,40); }

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