Html Css Color HEX #060F1E Black Pearl

📋 copy color: '#060F1E'

red 6 ◦ green 15 ◦ blue 30

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

Shades of Black Pearl #060F1E

Tints of Black Pearl #060F1E

RGB

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

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

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

R = 11.76%
G = 29.41%
B = 58.82%

CMYK

 C value IS 0.80

 M value IS 0.5

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#060F1E (or 0x060F1E) is known color: Black Pearl. HEX triplet: 06, 0F and 1E. RGB value is (6,15,30). Sum of RGB (Red+Green+Blue) = 6+15+30=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 30 (12.11% from 255 or 58.82% from 51); Max value from RGB is 30 - color contains mainly: blue. Hex color #060F1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060F1E is #F9F0E1. Grayscale: #0D0D0D. Windows color (decimal): -16380130 or 1969926. OLE color: 1969926.

HSL color Cylindrical-coordinate representation of color #060F1E: hue angle of 217.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 #060F1E is Cyan = 0.80, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 15 30 -
CMYK 0.80 0.5 0 0.88
HSL 217.5º 0.67% 0.07% -
HSV(B) 217.5º 0.8% 0.12% -
XYZ 0.48 0.47 1.29 -
YUV 14.02 137.02 122.28 -
System Red Green Blue C M Y K H S L
Decimal 6 15 30 0.80 0.5 0 0.88 217.5 0.67 0.07
Hex 6 F 1E 50 32 0 58 DA 43 7
Octal 6 17 36 120 62 0 130 332 103 7
Binary 110 1111 11110 1010000 110010 0 1011000 11011010 1000011 111

Color Harmonies of #060F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060F1E

Black with #060F1E

Text Example


Text Example

White with #060F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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