Html Css Color HEX #06182B Black Pearl

📋 copy color: '#06182B'

red 6 ◦ green 24 ◦ blue 43

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

Shades of Black Pearl #06182B

Tints of Black Pearl #06182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 58.9%

R = 8.22%
G = 32.88%
B = 58.9%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06182B (or 0x06182B) is known color: Black Pearl. HEX triplet: 06, 18 and 2B. RGB value is (6,24,43). Sum of RGB (Red+Green+Blue) = 6+24+43=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #06182B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06182B is #F9E7D4. Grayscale: #141414. Windows color (decimal): -16377813 or 2824198. OLE color: 2824198.

HSL color Cylindrical-coordinate representation of color #06182B: hue angle of 210.81º 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 #06182B is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 6 24 43 -
CMYK 0.86 0.44 0 0.83
HSL 210.81º 0.76% 0.1% -
HSV(B) 210.81º 0.86% 0.17% -
XYZ 0.84 0.87 2.41 -
YUV 20.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 6 24 43 0.86 0.44 0 0.83 210.81 0.76 0.1
Hex 6 18 2B 56 2C 0 53 D3 4C A
Octal 6 30 53 126 54 0 123 323 114 12
Binary 110 11000 101011 1010110 101100 0 1010011 11010011 1001100 1010

Color Harmonies of #06182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06182B

Black with #06182B

Text Example


Text Example

White with #06182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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