Html Css Color HEX #0E071B Blackcurrant

📋 copy color: '#0E071B'

red 14 ◦ green 7 ◦ blue 27

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

Shades of Blackcurrant #0E071B

Tints of Blackcurrant #0E071B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 14.58%

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

R = 29.17%
G = 14.58%
B = 56.25%

CMYK

 C value IS 0.48

 M value IS 0.74

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0E071B (or 0x0E071B) is known color: Blackcurrant. HEX triplet: 0E, 07 and 1B. RGB value is (14,7,27). Sum of RGB (Red+Green+Blue) = 14+7+27=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 7 (3.12% from 255 or 14.58% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #0E071B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E071B is #F1F8E4. Grayscale: #0B0B0B. Windows color (decimal): -15857893 or 1771278. OLE color: 1771278.

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

Color convert

RGB 14 7 27 -
CMYK 0.48 0.74 0 0.89
HSL 261º 0.59% 0.07% -
HSV(B) 261º 0.74% 0.11% -
XYZ 0.45 0.32 1.08 -
YUV 11.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 14 7 27 0.48 0.74 0 0.89 261 0.59 0.07
Hex E 7 1B 30 4A 0 59 105 3B 7
Octal 16 7 33 60 112 0 131 405 73 7
Binary 1110 111 11011 110000 1001010 0 1011001 100000101 111011 111

Color Harmonies of #0E071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E071B

Black with #0E071B

Text Example


Text Example

White with #0E071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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