Html Css Color HEX #0E061A Blackcurrant

📋 copy color: '#0E061A'

red 14 ◦ green 6 ◦ blue 26

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

Shades of Blackcurrant #0E061A

Tints of Blackcurrant #0E061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 56.52%

R = 30.43%
G = 13.04%
B = 56.52%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0E061A (or 0x0E061A) is known color: Blackcurrant. HEX triplet: 0E, 06 and 1A. RGB value is (14,6,26). Sum of RGB (Red+Green+Blue) = 14+6+26=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 6 (2.73% from 255 or 13.04% from 46); Blue value is 26 (10.55% from 255 or 56.52% from 46); Max value from RGB is 26 - color contains mainly: blue. Hex color #0E061A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E061A is #F1F9E5. Grayscale: #0A0A0A. Windows color (decimal): -15858150 or 1705486. OLE color: 1705486.

HSL color Cylindrical-coordinate representation of color #0E061A: hue angle of 264º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0E061A is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 14 6 26 -
CMYK 0.46 0.77 0 0.90
HSL 264º 0.63% 0.06% -
HSV(B) 264º 0.77% 0.1% -
XYZ 0.43 0.3 1.01 -
YUV 10.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 14 6 26 0.46 0.77 0 0.90 264 0.63 0.06
Hex E 6 1A 2E 4D 0 5A 108 3E 6
Octal 16 6 32 56 115 0 132 410 76 6
Binary 1110 110 11010 101110 1001101 0 1011010 100001000 111110 110

Color Harmonies of #0E061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E061A

Black with #0E061A

Text Example


Text Example

White with #0E061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,6,26); }

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

background-color css

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

 a { background-color: rgb(14,6,26); }

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

border-color css

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

 span { border-color: rgb(14,6,26); }

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