Html Css Color HEX #0E051B Blackcurrant

📋 copy color: '#0E051B'

red 14 ◦ green 5 ◦ blue 27

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

Shades of Blackcurrant #0E051B

Tints of Blackcurrant #0E051B

RGB

 RED value IS 14 (5.86% from 255) = 30.43%

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

 BLUE value IS 27 (10.94% from 255) = 58.7%

R = 30.43%
G = 10.87%
B = 58.7%

CMYK

 C value IS 0.48

 M value IS 0.81

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E051B (or 0x0E051B) is known color: Blackcurrant. HEX triplet: 0E, 05 and 1B. RGB value is (14,5,27). Sum of RGB (Red+Green+Blue) = 14+5+27=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 27 (10.94% from 255 or 58.70% from 46); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E051B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E051B is #F1FAE4. Grayscale: #0A0A0A. Windows color (decimal): -15858405 or 1770766. OLE color: 1770766.

HSL color Cylindrical-coordinate representation of color #0E051B: hue angle of 264.55º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E051B is Cyan = 0.48, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 14 5 27 -
CMYK 0.48 0.81 0 0.89
HSL 264.55º 0.69% 0.06% -
HSV(B) 264.55º 0.81% 0.11% -
XYZ 0.43 0.28 1.07 -
YUV 10.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 14 5 27 0.48 0.81 0 0.89 264.55 0.69 0.06
Hex E 5 1B 30 51 0 59 109 45 6
Octal 16 5 33 60 121 0 131 411 105 6
Binary 1110 101 11011 110000 1010001 0 1011001 100001001 1000101 110

Color Harmonies of #0E051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E051B

Black with #0E051B

Text Example


Text Example

White with #0E051B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E051B; }

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

 H1.HeaderClassName
 {
   color: #0E051B;
 }
 .AnyTagClassName
 {
   color: #0E051B;
 }
</style>

background-color css

<style>
 a { background-color: #0E051B; }

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

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

border-color css

<style>
 span { border-color: #0E051B; }

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

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