Html Css Color HEX #06121E Black Pearl

📋 copy color: '#06121E'

red 6 ◦ green 18 ◦ blue 30

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

Shades of Black Pearl #06121E

Tints of Black Pearl #06121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.33%

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

R = 11.11%
G = 33.33%
B = 55.56%

CMYK

 C value IS 0.80

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06121E (or 0x06121E) is known color: Black Pearl. HEX triplet: 06, 12 and 1E. RGB value is (6,18,30). Sum of RGB (Red+Green+Blue) = 6+18+30=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 30 (12.11% from 255 or 55.56% from 54); Max value from RGB is 30 - color contains mainly: blue. Hex color #06121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121E is #F9EDE1. Grayscale: #0F0F0F. Windows color (decimal): -16379362 or 1970694. OLE color: 1970694.

HSL color Cylindrical-coordinate representation of color #06121E: hue angle of 210º 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 #06121E is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 18 30 -
CMYK 0.80 0.40 0 0.88
HSL 210º 0.67% 0.07% -
HSV(B) 210º 0.8% 0.12% -
XYZ 0.53 0.57 1.31 -
YUV 15.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 6 18 30 0.80 0.40 0 0.88 210 0.67 0.07
Hex 6 12 1E 50 28 0 58 D2 43 7
Octal 6 22 36 120 50 0 130 322 103 7
Binary 110 10010 11110 1010000 101000 0 1011000 11010010 1000011 111

Color Harmonies of #06121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06121E

Black with #06121E

Text Example


Text Example

White with #06121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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