#06182F

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

Shades of Black Pearl #06182F

Tints of Black Pearl #06182F

Color information

#06182F (or 0x06182F) is unknown color: approx Black Pearl. HEX triplet: 06, 18 and 2F. RGB value is (6,24,47). Sum of RGB (Red+Green+Blue) = 6+24+47=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #06182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06182F is #F9E7D0. Grayscale: #151515. Windows color (decimal): -16377809 or 3086342. OLE color: 3086342.

HSL color Cylindrical-coordinate representation of color #06182F: hue angle of 213.66º degrees, saturation: 0.77, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06182F is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB62447-
CMYK0.870.4900.82
HSL213.66º77.36%10.39%-
HSV(B)213.66º87.23%18.43%-
XYZ0.910.92.81-
YUV21.24142.54117.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 24 (9.77% from 255) = 31.17%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=7.79%
G=31.17%
B=61.04%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal624470.870.4900.82213.6677.3610.39
Hex6182F5731052d64da
Octal6305712761012232611512
Binary110110001011111010111110001010100101101011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06182F; }

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

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

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

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

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

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

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

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