Html Css Color HEX #00050F Black Russian

📋 copy color: '#00050F'

red 0 ◦ green 5 ◦ blue 15

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

Shades of Black Russian #00050F

Tints of Black Russian #00050F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 25%

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

R = 0%
G = 25%
B = 75%

CMYK

 C value IS 1

 M value IS 0.67

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#00050F (or 0x00050F) is known color: Black Russian. HEX triplet: 00, 05 and 0F. RGB value is (0,5,15). Sum of RGB (Red+Green+Blue) = 0+5+15=20 (2% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 20); Green value is 5 (2.34% from 255 or 25% from 20); Blue value is 15 (6.25% from 255 or 75% from 20); Max value from RGB is 15 - color contains mainly: blue. Hex color #00050F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #00050F is #FFFAF0. Grayscale: #040404. Windows color (decimal): -16775921 or 984320. OLE color: 984320.

HSL color Cylindrical-coordinate representation of color #00050F: hue angle of 220º 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 #00050F is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 0 5 15 -
CMYK 1 0.67 0 0.94
HSL 220º 1% 0.03% -
HSV(B) 220º 1% 0.06% -
XYZ 0.14 0.14 0.47 -
YUV 4.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 0 5 15 1 0.67 0 0.94 220 1 0.03
Hex 0 5 F 64 43 0 5E DC 64 3
Octal 0 5 17 144 103 0 136 334 144 3
Binary 0 101 1111 1100100 1000011 0 1011110 11011100 1100100 11

Color Harmonies of #00050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00050F

Black with #00050F

Text Example


Text Example

White with #00050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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