Html Css Color HEX #06090C Black Pearl

📋 copy color: '#06090C'

red 6 ◦ green 9 ◦ blue 12

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

Shades of Black Pearl #06090C

Tints of Black Pearl #06090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 33.33%

 BLUE value IS 12 (5.08% from 255) = 44.44%

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#06090C (or 0x06090C) is known color: Black Pearl. HEX triplet: 06, 09 and 0C. RGB value is (6,9,12). Sum of RGB (Red+Green+Blue) = 6+9+12=27 (3% of max value = 765). Red value is 6 (2.73% from 255 or 22.22% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #06090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06090C is #F9F6F3. Grayscale: #080808. Windows color (decimal): -16381684 or 788742. OLE color: 788742.

HSL color Cylindrical-coordinate representation of color #06090C: hue angle of 210º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #06090C is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 6 9 12 -
CMYK 0.50 0.25 0 0.95
HSL 210º 0.33% 0.04% -
HSV(B) 210º 0.5% 0.05% -
XYZ 0.24 0.26 0.39 -
YUV 8.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 6 9 12 0.50 0.25 0 0.95 210 0.33 0.04
Hex 6 9 C 32 19 0 5F D2 21 4
Octal 6 11 14 62 31 0 137 322 41 4
Binary 110 1001 1100 110010 11001 0 1011111 11010010 100001 100

Color Harmonies of #06090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06090C

Black with #06090C

Text Example


Text Example

White with #06090C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06090C; }

 p { color: rgb(6,9,12); }

 H1.HeaderClassName
 {
   color: #06090C;
 }
 .AnyTagClassName
 {
   color: #06090C;
 }
</style>

background-color css

<style>
 a { background-color: #06090C; }

 a { background-color: rgb(6,9,12); }

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

border-color css

<style>
 span { border-color: #06090C; }

 span { border-color: rgb(6,9,12); }

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