#061825

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

Shades of Black Pearl #061825

Tints of Black Pearl #061825

Color information

#061825 (or 0x061825) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 25. RGB value is (6,24,37). Sum of RGB (Red+Green+Blue) = 6+24+37=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 24 (9.77% from 255 or 35.82% from 67); Blue value is 37 (14.84% from 255 or 55.22% from 67); Max value from RGB is 37 - color contains mainly: blue. Hex color #061825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061825 is #F9E7DA. Grayscale: #141414. Windows color (decimal): -16377819 or 2430982. OLE color: 2430982.

HSL color Cylindrical-coordinate representation of color #061825: hue angle of 205.16º 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 #061825 is Cyan = 0.84, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB62437-
CMYK0.840.3500.85
HSL205.16º72.09%8.43%-
HSV(B)205.16º83.78%14.51%-
XYZ0.740.831.87-
YUV20.1137.54117.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.96%
GREEN value IS 24 (9.77% from 255) = 35.82%
BLUE value IS 37 (14.84% from 255) = 55.22%
R=8.96%
G=35.82%
B=55.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal624370.840.3500.85205.1672.098.43
Hex618255423055cd488
Octal6304512443012531511010
Binary110110001001011010100100011010101011100110110010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061825; }

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

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

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

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

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

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

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

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