Html Css Color HEX #06131E Black Pearl

📋 copy color: '#06131E'

red 6 ◦ green 19 ◦ blue 30

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

Shades of Black Pearl #06131E

Tints of Black Pearl #06131E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 54.55%

R = 10.91%
G = 34.55%
B = 54.55%

CMYK

 C value IS 0.80

 M value IS 0.37

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06131E (or 0x06131E) is known color: Black Pearl. HEX triplet: 06, 13 and 1E. RGB value is (6,19,30). Sum of RGB (Red+Green+Blue) = 6+19+30=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 19 (7.81% from 255 or 34.55% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #06131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06131E is #F9ECE1. Grayscale: #101010. Windows color (decimal): -16379106 or 1970950. OLE color: 1970950.

HSL color Cylindrical-coordinate representation of color #06131E: hue angle of 207.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #06131E is Cyan = 0.80, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 19 30 -
CMYK 0.80 0.37 0 0.88
HSL 207.5º 0.67% 0.07% -
HSV(B) 207.5º 0.8% 0.12% -
XYZ 0.54 0.6 1.32 -
YUV 16.37 135.69 120.61 -
System Red Green Blue C M Y K H S L
Decimal 6 19 30 0.80 0.37 0 0.88 207.5 0.67 0.07
Hex 6 13 1E 50 25 0 58 D0 43 7
Octal 6 23 36 120 45 0 130 320 103 7
Binary 110 10011 11110 1010000 100101 0 1011000 11010000 1000011 111

Color Harmonies of #06131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06131E

Black with #06131E

Text Example


Text Example

White with #06131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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