Html Css Color HEX #06151A Black Pearl

📋 copy color: '#06151A'

red 6 ◦ green 21 ◦ blue 26

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

Shades of Black Pearl #06151A

Tints of Black Pearl #06151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 39.62%

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

R = 11.32%
G = 39.62%
B = 49.06%

CMYK

 C value IS 0.77

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#06151A (or 0x06151A) is known color: Black Pearl. HEX triplet: 06, 15 and 1A. RGB value is (6,21,26). Sum of RGB (Red+Green+Blue) = 6+21+26=53 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.32% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #06151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06151A is #F9EAE5. Grayscale: #111111. Windows color (decimal): -16378598 or 1709318. OLE color: 1709318.

HSL color Cylindrical-coordinate representation of color #06151A: hue angle of 195º 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 #06151A is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 21 26 -
CMYK 0.77 0.19 0 0.90
HSL 195º 0.63% 0.06% -
HSV(B) 195º 0.77% 0.1% -
XYZ 0.53 0.65 1.07 -
YUV 17.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 6 21 26 0.77 0.19 0 0.90 195 0.63 0.06
Hex 6 15 1A 4D 13 0 5A C3 3E 6
Octal 6 25 32 115 23 0 132 303 76 6
Binary 110 10101 11010 1001101 10011 0 1011010 11000011 111110 110

Color Harmonies of #06151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06151A

Black with #06151A

Text Example


Text Example

White with #06151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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