Html Css Color HEX #06141E Black Pearl

📋 copy color: '#06141E'

red 6 ◦ green 20 ◦ blue 30

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

Shades of Black Pearl #06141E

Tints of Black Pearl #06141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 35.71%

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

R = 10.71%
G = 35.71%
B = 53.57%

CMYK

 C value IS 0.80

 M value IS 0.33

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06141E (or 0x06141E) is known color: Black Pearl. HEX triplet: 06, 14 and 1E. RGB value is (6,20,30). Sum of RGB (Red+Green+Blue) = 6+20+30=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 30 (12.11% from 255 or 53.57% from 56); Max value from RGB is 30 - color contains mainly: blue. Hex color #06141E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06141E is #F9EBE1. Grayscale: #101010. Windows color (decimal): -16378850 or 1971206. OLE color: 1971206.

HSL color Cylindrical-coordinate representation of color #06141E: hue angle of 205º 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 #06141E is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 20 30 -
CMYK 0.80 0.33 0 0.88
HSL 205º 0.67% 0.07% -
HSV(B) 205º 0.8% 0.12% -
XYZ 0.56 0.63 1.32 -
YUV 16.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 6 20 30 0.80 0.33 0 0.88 205 0.67 0.07
Hex 6 14 1E 50 21 0 58 CD 43 7
Octal 6 24 36 120 41 0 130 315 103 7
Binary 110 10100 11110 1010000 100001 0 1011000 11001101 1000011 111

Color Harmonies of #06141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06141E

Black with #06141E

Text Example


Text Example

White with #06141E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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