Html Css Color HEX #0E012D Blackcurrant

📋 copy color: '#0E012D'

red 14 ◦ green 1 ◦ blue 45

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

Shades of Blackcurrant #0E012D

Tints of Blackcurrant #0E012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.67%

 BLUE value IS 45 (17.97% from 255) = 75%

R = 23.33%
G = 1.67%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0E012D (or 0x0E012D) is known color: Blackcurrant. HEX triplet: 0E, 01 and 2D. RGB value is (14,1,45). Sum of RGB (Red+Green+Blue) = 14+1+45=60 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #0E012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E012D is #F1FED2. Grayscale: #090909. Windows color (decimal): -15859411 or 2949390. OLE color: 2949390.

HSL color Cylindrical-coordinate representation of color #0E012D: hue angle of 257.73º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0E012D is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 14 1 45 -
CMYK 0.69 0.98 0 0.82
HSL 257.73º 0.96% 0.09% -
HSV(B) 257.73º 0.98% 0.18% -
XYZ 0.67 0.3 2.51 -
YUV 9.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 14 1 45 0.69 0.98 0 0.82 257.73 0.96 0.09
Hex E 1 2D 45 62 0 52 102 60 9
Octal 16 1 55 105 142 0 122 402 140 11
Binary 1110 1 101101 1000101 1100010 0 1010010 100000010 1100000 1001

Color Harmonies of #0E012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E012D

Black with #0E012D

Text Example


Text Example

White with #0E012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,45); }

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

background-color css

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

 a { background-color: rgb(14,1,45); }

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

border-color css

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

 span { border-color: rgb(14,1,45); }

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