#062530

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

Shades of Black Pearl #062530

Tints of Black Pearl #062530

Color information

#062530 (or 0x062530) is unknown color: approx Black Pearl. HEX triplet: 06, 25 and 30. RGB value is (6,37,48). Sum of RGB (Red+Green+Blue) = 6+37+48=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #062530 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062530 is #F9DACF. Grayscale: #1C1C1C. Windows color (decimal): -16374480 or 3155206. OLE color: 3155206.

HSL color Cylindrical-coordinate representation of color #062530: hue angle of 195.71º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062530 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB63748-
CMYK0.870.2300.81
HSL195.71º77.78%10.59%-
HSV(B)195.71º87.5%18.82%-
XYZ1.271.583.03-
YUV28.98138.73111.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 37 (14.84% from 255) = 40.66%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=6.59%
G=40.66%
B=52.75%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal637480.870.2300.81195.7177.7810.59
Hex625305717051c44eb
Octal6456012727012130411613
Binary110100101110000101011110111010100011100010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062530; }

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

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

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

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

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

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

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

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