Html Css Color HEX #06131B Black Pearl

📋 copy color: '#06131B'

red 6 ◦ green 19 ◦ blue 27

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

Shades of Black Pearl #06131B

Tints of Black Pearl #06131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 36.54%

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

R = 11.54%
G = 36.54%
B = 51.92%

CMYK

 C value IS 0.78

 M value IS 0.30

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#06131B (or 0x06131B) is known color: Black Pearl. HEX triplet: 06, 13 and 1B. RGB value is (6,19,27). Sum of RGB (Red+Green+Blue) = 6+19+27=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 19 (7.81% from 255 or 36.54% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #06131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131B is #F9ECE4. Grayscale: #0F0F0F. Windows color (decimal): -16379109 or 1774342. OLE color: 1774342.

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

Color convert

RGB 6 19 27 -
CMYK 0.78 0.30 0 0.89
HSL 202.86º 0.64% 0.06% -
HSV(B) 202.86º 0.78% 0.11% -
XYZ 0.51 0.58 1.12 -
YUV 16.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 6 19 27 0.78 0.30 0 0.89 202.86 0.64 0.06
Hex 6 13 1B 4E 1E 0 59 CB 40 6
Octal 6 23 33 116 36 0 131 313 100 6
Binary 110 10011 11011 1001110 11110 0 1011001 11001011 1000000 110

Color Harmonies of #06131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06131B

Black with #06131B

Text Example


Text Example

White with #06131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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