Html Css Color HEX #06182A Black Pearl

📋 copy color: '#06182A'

red 6 ◦ green 24 ◦ blue 42

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

Shades of Black Pearl #06182A

Tints of Black Pearl #06182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 58.33%

R = 8.33%
G = 33.33%
B = 58.33%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#06182A (or 0x06182A) is known color: Black Pearl. HEX triplet: 06, 18 and 2A. RGB value is (6,24,42). Sum of RGB (Red+Green+Blue) = 6+24+42=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 42 (16.80% from 255 or 58.33% from 72); Max value from RGB is 42 - color contains mainly: blue. Hex color #06182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06182A is #F9E7D5. Grayscale: #141414. Windows color (decimal): -16377814 or 2758662. OLE color: 2758662.

HSL color Cylindrical-coordinate representation of color #06182A: hue angle of 210º degrees, saturation: 0.75, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06182A is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 24 42 -
CMYK 0.86 0.43 0 0.84
HSL 210º 0.75% 0.09% -
HSV(B) 210º 0.86% 0.16% -
XYZ 0.82 0.86 2.31 -
YUV 20.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 6 24 42 0.86 0.43 0 0.84 210 0.75 0.09
Hex 6 18 2A 56 2B 0 54 D2 4B 9
Octal 6 30 52 126 53 0 124 322 113 11
Binary 110 11000 101010 1010110 101011 0 1010100 11010010 1001011 1001

Color Harmonies of #06182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06182A

Black with #06182A

Text Example


Text Example

White with #06182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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