Html Css Color HEX #06121F Black Pearl

📋 copy color: '#06121F'

red 6 ◦ green 18 ◦ blue 31

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

Shades of Black Pearl #06121F

Tints of Black Pearl #06121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 56.36%

R = 10.91%
G = 32.73%
B = 56.36%

CMYK

 C value IS 0.81

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#06121F (or 0x06121F) is known color: Black Pearl. HEX triplet: 06, 12 and 1F. RGB value is (6,18,31). Sum of RGB (Red+Green+Blue) = 6+18+31=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #06121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06121F is #F9EDE0. Grayscale: #0F0F0F. Windows color (decimal): -16379361 or 2036230. OLE color: 2036230.

HSL color Cylindrical-coordinate representation of color #06121F: hue angle of 211.2º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #06121F is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 18 31 -
CMYK 0.81 0.42 0 0.88
HSL 211.2º 0.68% 0.07% -
HSV(B) 211.2º 0.81% 0.12% -
XYZ 0.54 0.57 1.38 -
YUV 15.89 136.52 120.94 -
System Red Green Blue C M Y K H S L
Decimal 6 18 31 0.81 0.42 0 0.88 211.2 0.68 0.07
Hex 6 12 1F 51 2A 0 58 D3 44 7
Octal 6 22 37 121 52 0 130 323 104 7
Binary 110 10010 11111 1010001 101010 0 1011000 11010011 1000100 111

Color Harmonies of #06121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06121F

Black with #06121F

Text Example


Text Example

White with #06121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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