Html Css Color HEX #1E0D2F Blackcurrant

📋 copy color: '#1E0D2F'

red 30 ◦ green 13 ◦ blue 47

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

Shades of Blackcurrant #1E0D2F

Tints of Blackcurrant #1E0D2F

RGB

 RED value IS 30 (12.11% from 255) = 33.33%

 GREEN value IS 13 (5.47% from 255) = 14.44%

 BLUE value IS 47 (18.75% from 255) = 52.22%

R = 33.33%
G = 14.44%
B = 52.22%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1E0D2F (or 0x1E0D2F) is known color: Blackcurrant. HEX triplet: 1E, 0D and 2F. RGB value is (30,13,47). Sum of RGB (Red+Green+Blue) = 30+13+47=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 47 (18.75% from 255 or 52.22% from 90); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E0D2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0D2F is #E1F2D0. Grayscale: #151515. Windows color (decimal): -14807761 or 3083550. OLE color: 3083550.

HSL color Cylindrical-coordinate representation of color #1E0D2F: hue angle of 270º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E0D2F is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 30 13 47 -
CMYK 0.36 0.72 0 0.82
HSL 270º 0.57% 0.12% -
HSV(B) 270º 0.72% 0.18% -
XYZ 1.19 0.77 2.77 -
YUV 21.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 30 13 47 0.36 0.72 0 0.82 270 0.57 0.12
Hex 1E D 2F 24 48 0 52 10E 39 C
Octal 36 15 57 44 110 0 122 416 71 14
Binary 11110 1101 101111 100100 1001000 0 1010010 100001110 111001 1100

Color Harmonies of #1E0D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0D2F

Black with #1E0D2F

Text Example


Text Example

White with #1E0D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E0D2F; }

 p { color: rgb(30,13,47); }

 H1.HeaderClassName
 {
   color: #1E0D2F;
 }
 .AnyTagClassName
 {
   color: #1E0D2F;
 }
</style>

background-color css

<style>
 a { background-color: #1E0D2F; }

 a { background-color: rgb(30,13,47); }

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

border-color css

<style>
 span { border-color: #1E0D2F; }

 span { border-color: rgb(30,13,47); }

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