Html Css Color HEX #06131A Black Pearl

📋 copy color: '#06131A'

red 6 ◦ green 19 ◦ blue 26

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

Shades of Black Pearl #06131A

Tints of Black Pearl #06131A

RGB

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

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

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

R = 11.76%
G = 37.25%
B = 50.98%

CMYK

 C value IS 0.77

 M value IS 0.27

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#06131A (or 0x06131A) is known color: Black Pearl. HEX triplet: 06, 13 and 1A. RGB value is (6,19,26). Sum of RGB (Red+Green+Blue) = 6+19+26=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 19 (7.81% from 255 or 37.25% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #06131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131A is #F9ECE5. Grayscale: #0F0F0F. Windows color (decimal): -16379110 or 1708806. OLE color: 1708806.

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

Color convert

RGB 6 19 26 -
CMYK 0.77 0.27 0 0.90
HSL 201º 0.63% 0.06% -
HSV(B) 201º 0.77% 0.1% -
XYZ 0.49 0.58 1.06 -
YUV 15.91 133.69 120.93 -
System Red Green Blue C M Y K H S L
Decimal 6 19 26 0.77 0.27 0 0.90 201 0.63 0.06
Hex 6 13 1A 4D 1B 0 5A C9 3E 6
Octal 6 23 32 115 33 0 132 311 76 6
Binary 110 10011 11010 1001101 11011 0 1011010 11001001 111110 110

Color Harmonies of #06131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06131A

Black with #06131A

Text Example


Text Example

White with #06131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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