Html Css Color HEX #060E1B Black Pearl

📋 copy color: '#060E1B'

red 6 ◦ green 14 ◦ blue 27

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

Shades of Black Pearl #060E1B

Tints of Black Pearl #060E1B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 29.79%

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

R = 12.77%
G = 29.79%
B = 57.45%

CMYK

 C value IS 0.78

 M value IS 0.48

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#060E1B (or 0x060E1B) is known color: Black Pearl. HEX triplet: 06, 0E and 1B. RGB value is (6,14,27). Sum of RGB (Red+Green+Blue) = 6+14+27=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 14 (5.86% from 255 or 29.79% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #060E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E1B is #F9F1E4. Grayscale: #0D0D0D. Windows color (decimal): -16380389 or 1773062. OLE color: 1773062.

HSL color Cylindrical-coordinate representation of color #060E1B: hue angle of 217.14º 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 #060E1B is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 14 27 -
CMYK 0.78 0.48 0 0.89
HSL 217.14º 0.64% 0.06% -
HSV(B) 217.14º 0.78% 0.11% -
XYZ 0.43 0.43 1.1 -
YUV 13.09 135.85 122.94 -
System Red Green Blue C M Y K H S L
Decimal 6 14 27 0.78 0.48 0 0.89 217.14 0.64 0.06
Hex 6 E 1B 4E 30 0 59 D9 40 6
Octal 6 16 33 116 60 0 131 331 100 6
Binary 110 1110 11011 1001110 110000 0 1011001 11011001 1000000 110

Color Harmonies of #060E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060E1B

Black with #060E1B

Text Example


Text Example

White with #060E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060E1B; }

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

 H1.HeaderClassName
 {
   color: #060E1B;
 }
 .AnyTagClassName
 {
   color: #060E1B;
 }
</style>

background-color css

<style>
 a { background-color: #060E1B; }

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

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

border-color css

<style>
 span { border-color: #060E1B; }

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

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