Html Css Color HEX #06182C Black Pearl

📋 copy color: '#06182C'

red 6 ◦ green 24 ◦ blue 44

#06182C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #06182C

Tints of Black Pearl #06182C

RGB

 RED value IS 6 (2.73% from 255) = 8.11%

 GREEN value IS 24 (9.77% from 255) = 32.43%

 BLUE value IS 44 (17.58% from 255) = 59.46%

R = 8.11%
G = 32.43%
B = 59.46%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06182C (or 0x06182C) is known color: Black Pearl. HEX triplet: 06, 18 and 2C. RGB value is (6,24,44). Sum of RGB (Red+Green+Blue) = 6+24+44=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 24 (9.77% from 255 or 32.43% from 74); Blue value is 44 (17.58% from 255 or 59.46% from 74); Max value from RGB is 44 - color contains mainly: blue. Hex color #06182C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06182C is #F9E7D3. Grayscale: #141414. Windows color (decimal): -16377812 or 2889734. OLE color: 2889734.

HSL color Cylindrical-coordinate representation of color #06182C: hue angle of 211.58º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06182C is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 24 44 -
CMYK 0.86 0.45 0 0.83
HSL 211.58º 0.76% 0.1% -
HSV(B) 211.58º 0.86% 0.17% -
XYZ 0.86 0.87 2.51 -
YUV 20.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 6 24 44 0.86 0.45 0 0.83 211.58 0.76 0.1
Hex 6 18 2C 56 2D 0 53 D4 4C A
Octal 6 30 54 126 55 0 123 324 114 12
Binary 110 11000 101100 1010110 101101 0 1010011 11010100 1001100 1010

Color Harmonies of #06182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06182C

Black with #06182C

Text Example


Text Example

White with #06182C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06182C;
 }
 .AnyTagClassName
 {
   color: #06182C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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