Html Css Color HEX #06181E Black Pearl

📋 copy color: '#06181E'

red 6 ◦ green 24 ◦ blue 30

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

Shades of Black Pearl #06181E

Tints of Black Pearl #06181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 50%

R = 10%
G = 40%
B = 50%

CMYK

 C value IS 0.80

 M value IS 0.20

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06181E (or 0x06181E) is known color: Black Pearl. HEX triplet: 06, 18 and 1E. RGB value is (6,24,30). Sum of RGB (Red+Green+Blue) = 6+24+30=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #06181E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181E is #F9E7E1. Grayscale: #131313. Windows color (decimal): -16377826 or 1972230. OLE color: 1972230.

HSL color Cylindrical-coordinate representation of color #06181E: hue angle of 195º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06181E is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 24 30 -
CMYK 0.80 0.20 0 0.88
HSL 195º 0.67% 0.07% -
HSV(B) 195º 0.8% 0.12% -
XYZ 0.64 0.79 1.35 -
YUV 19.3 134.04 118.51 -
System Red Green Blue C M Y K H S L
Decimal 6 24 30 0.80 0.20 0 0.88 195 0.67 0.07
Hex 6 18 1E 50 14 0 58 C3 43 7
Octal 6 30 36 120 24 0 130 303 103 7
Binary 110 11000 11110 1010000 10100 0 1011000 11000011 1000011 111

Color Harmonies of #06181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06181E

Black with #06181E

Text Example


Text Example

White with #06181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06181E; }

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

 H1.HeaderClassName
 {
   color: #06181E;
 }
 .AnyTagClassName
 {
   color: #06181E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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