Html Css Color HEX #05000E Blackcurrant

📋 copy color: '#05000E'

red 5 ◦ green 0 ◦ blue 14

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

Shades of Blackcurrant #05000E

Tints of Blackcurrant #05000E

RGB

 RED value IS 5 (2.34% from 255) = 26.32%

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

 BLUE value IS 14 (5.86% from 255) = 73.68%

R = 26.32%
G = 0%
B = 73.68%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#05000E (or 0x05000E) is known color: Blackcurrant. HEX triplet: 05, 00 and 0E. RGB value is (5,0,14). Sum of RGB (Red+Green+Blue) = 5+0+14=19 (2% of max value = 765). Red value is 5 (2.34% from 255 or 26.32% from 19); Green value is 0 (0.39% from 255 or 0% from 19); Blue value is 14 (5.86% from 255 or 73.68% from 19); Max value from RGB is 14 - color contains mainly: blue. Hex color #05000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000E is #FAFFF1. Grayscale: #030303. Windows color (decimal): -16449522 or 917509. OLE color: 917509.

HSL color Cylindrical-coordinate representation of color #05000E: hue angle of 261.43º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05000E is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 5 0 14 -
CMYK 0.64 1 0 0.95
HSL 261.43º 1% 0.03% -
HSV(B) 261.43º 1% 0.05% -
XYZ 0.14 0.06 0.42 -
YUV 3.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 5 0 14 0.64 1 0 0.95 261.43 1 0.03
Hex 5 0 E 40 64 0 5F 105 64 3
Octal 5 0 16 100 144 0 137 405 144 3
Binary 101 0 1110 1000000 1100100 0 1011111 100000101 1100100 11

Color Harmonies of #05000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05000E

Black with #05000E

Text Example


Text Example

White with #05000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05000E; }

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

 H1.HeaderClassName
 {
   color: #05000E;
 }
 .AnyTagClassName
 {
   color: #05000E;
 }
</style>

background-color css

<style>
 a { background-color: #05000E; }

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

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

border-color css

<style>
 span { border-color: #05000E; }

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

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