Html Css Color HEX #00060F Black Pearl

📋 copy color: '#00060F'

red 0 ◦ green 6 ◦ blue 15

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

Shades of Black Pearl #00060F

Tints of Black Pearl #00060F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 6 (2.73% from 255) = 28.57%

 BLUE value IS 15 (6.25% from 255) = 71.43%

R = 0%
G = 28.57%
B = 71.43%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#00060F (or 0x00060F) is known color: Black Pearl. HEX triplet: 00, 06 and 0F. RGB value is (0,6,15). Sum of RGB (Red+Green+Blue) = 0+6+15=21 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 21); Green value is 6 (2.73% from 255 or 28.57% from 21); Blue value is 15 (6.25% from 255 or 71.43% from 21); Max value from RGB is 15 - color contains mainly: blue. Hex color #00060F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00060F is #FFF9F0. Grayscale: #050505. Windows color (decimal): -16775665 or 984576. OLE color: 984576.

HSL color Cylindrical-coordinate representation of color #00060F: hue angle of 216º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00060F is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 0 6 15 -
CMYK 1 0.60 0 0.94
HSL 216º 1% 0.03% -
HSV(B) 216º 1% 0.06% -
XYZ 0.15 0.16 0.48 -
YUV 5.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 0 6 15 1 0.60 0 0.94 216 1 0.03
Hex 0 6 F 64 3C 0 5E D8 64 3
Octal 0 6 17 144 74 0 136 330 144 3
Binary 0 110 1111 1100100 111100 0 1011110 11011000 1100100 11

Color Harmonies of #00060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00060F

Black with #00060F

Text Example


Text Example

White with #00060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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