Html Css Color HEX #060F1C Black Pearl

📋 copy color: '#060F1C'

red 6 ◦ green 15 ◦ blue 28

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

Shades of Black Pearl #060F1C

Tints of Black Pearl #060F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 30.61%

 BLUE value IS 28 (11.33% from 255) = 57.14%

R = 12.24%
G = 30.61%
B = 57.14%

CMYK

 C value IS 0.79

 M value IS 0.46

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#060F1C (or 0x060F1C) is known color: Black Pearl. HEX triplet: 06, 0F and 1C. RGB value is (6,15,28). Sum of RGB (Red+Green+Blue) = 6+15+28=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #060F1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F1C is #F9F0E3. Grayscale: #0D0D0D. Windows color (decimal): -16380132 or 1838854. OLE color: 1838854.

HSL color Cylindrical-coordinate representation of color #060F1C: hue angle of 215.45º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #060F1C is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 15 28 -
CMYK 0.79 0.46 0 0.89
HSL 215.45º 0.65% 0.07% -
HSV(B) 215.45º 0.79% 0.11% -
XYZ 0.46 0.46 1.16 -
YUV 13.79 136.02 122.44 -
System Red Green Blue C M Y K H S L
Decimal 6 15 28 0.79 0.46 0 0.89 215.45 0.65 0.07
Hex 6 F 1C 4F 2E 0 59 D7 41 7
Octal 6 17 34 117 56 0 131 327 101 7
Binary 110 1111 11100 1001111 101110 0 1011001 11010111 1000001 111

Color Harmonies of #060F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F1C

Black with #060F1C

Text Example


Text Example

White with #060F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060F1C; }

 p { color: rgb(6,15,28); }

 H1.HeaderClassName
 {
   color: #060F1C;
 }
 .AnyTagClassName
 {
   color: #060F1C;
 }
</style>

background-color css

<style>
 a { background-color: #060F1C; }

 a { background-color: rgb(6,15,28); }

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

border-color css

<style>
 span { border-color: #060F1C; }

 span { border-color: rgb(6,15,28); }

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