Html Css Color HEX #06181A Black Pearl

📋 copy color: '#06181A'

red 6 ◦ green 24 ◦ blue 26

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

Shades of Black Pearl #06181A

Tints of Black Pearl #06181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 46.43%

R = 10.71%
G = 42.86%
B = 46.43%

CMYK

 C value IS 0.77

 M value IS 0.08

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#06181A (or 0x06181A) is known color: Black Pearl. HEX triplet: 06, 18 and 1A. RGB value is (6,24,26). Sum of RGB (Red+Green+Blue) = 6+24+26=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 26 (10.55% from 255 or 46.43% from 56); Max value from RGB is 26 - color contains mainly: blue. Hex color #06181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06181A is #F9E7E5. Grayscale: #121212. Windows color (decimal): -16377830 or 1710086. OLE color: 1710086.

HSL color Cylindrical-coordinate representation of color #06181A: hue angle of 186º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #06181A is Cyan = 0.77, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 24 26 -
CMYK 0.77 0.08 0 0.90
HSL 186º 0.63% 0.06% -
HSV(B) 186º 0.77% 0.1% -
XYZ 0.59 0.77 1.09 -
YUV 18.85 132.04 118.84 -
System Red Green Blue C M Y K H S L
Decimal 6 24 26 0.77 0.08 0 0.90 186 0.63 0.06
Hex 6 18 1A 4D 8 0 5A BA 3E 6
Octal 6 30 32 115 10 0 132 272 76 6
Binary 110 11000 11010 1001101 1000 0 1011010 10111010 111110 110

Color Harmonies of #06181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06181A

Black with #06181A

Text Example


Text Example

White with #06181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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