Html Css Color HEX #06141B Black Pearl

📋 copy color: '#06141B'

red 6 ◦ green 20 ◦ blue 27

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

Shades of Black Pearl #06141B

Tints of Black Pearl #06141B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 50.94%

R = 11.32%
G = 37.74%
B = 50.94%

CMYK

 C value IS 0.78

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06141B (or 0x06141B) is known color: Black Pearl. HEX triplet: 06, 14 and 1B. RGB value is (6,20,27). Sum of RGB (Red+Green+Blue) = 6+20+27=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 20 (8.20% from 255 or 37.74% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #06141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06141B is #F9EBE4. Grayscale: #101010. Windows color (decimal): -16378853 or 1774598. OLE color: 1774598.

HSL color Cylindrical-coordinate representation of color #06141B: hue angle of 200º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #06141B is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 20 27 -
CMYK 0.78 0.26 0 0.89
HSL 200º 0.64% 0.06% -
HSV(B) 200º 0.78% 0.11% -
XYZ 0.52 0.62 1.13 -
YUV 16.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 6 20 27 0.78 0.26 0 0.89 200 0.64 0.06
Hex 6 14 1B 4E 1A 0 59 C8 40 6
Octal 6 24 33 116 32 0 131 310 100 6
Binary 110 10100 11011 1001110 11010 0 1011001 11001000 1000000 110

Color Harmonies of #06141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06141B

Black with #06141B

Text Example


Text Example

White with #06141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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