#061B25

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

Shades of Black Pearl #061B25

Tints of Black Pearl #061B25

Color information

#061B25 (or 0x061B25) is unknown color: approx Black Pearl. HEX triplet: 06, 1B and 25. RGB value is (6,27,37). Sum of RGB (Red+Green+Blue) = 6+27+37=70 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.57% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #061B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B25 is #F9E4DA. Grayscale: #151515. Windows color (decimal): -16377051 or 2431750. OLE color: 2431750.

HSL color Cylindrical-coordinate representation of color #061B25: hue angle of 199.35º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #061B25 is Cyan = 0.84, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB62737-
CMYK0.840.2700.85
HSL199.35º72.09%8.43%-
HSV(B)199.35º83.78%14.51%-
XYZ0.80.961.89-
YUV21.86136.54116.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.57%
GREEN value IS 27 (10.94% from 255) = 38.57%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=8.57%
G=38.57%
B=52.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal627370.840.2700.85199.3572.098.43
Hex61B25541B055c7488
Octal6334512433012530711010
Binary11011011100101101010011011010101011100011110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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