Html Css Color HEX #1E0D27 Blackcurrant

📋 copy color: '#1E0D27'

red 30 ◦ green 13 ◦ blue 39

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

Shades of Blackcurrant #1E0D27

Tints of Blackcurrant #1E0D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 47.56%

R = 36.59%
G = 15.85%
B = 47.56%

CMYK

 C value IS 0.23

 M value IS 0.67

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1E0D27 (or 0x1E0D27) is known color: Blackcurrant. HEX triplet: 1E, 0D and 27. RGB value is (30,13,39). Sum of RGB (Red+Green+Blue) = 30+13+39=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 13 (5.47% from 255 or 15.85% from 82); Blue value is 39 (15.62% from 255 or 47.56% from 82); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E0D27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0D27 is #E1F2D8. Grayscale: #141414. Windows color (decimal): -14807769 or 2559262. OLE color: 2559262.

HSL color Cylindrical-coordinate representation of color #1E0D27: hue angle of 279.23º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E0D27 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 30 13 39 -
CMYK 0.23 0.67 0 0.85
HSL 279.23º 0.5% 0.1% -
HSV(B) 279.23º 0.67% 0.15% -
XYZ 1.05 0.71 2 -
YUV 21.05 138.13 134.39 -
System Red Green Blue C M Y K H S L
Decimal 30 13 39 0.23 0.67 0 0.85 279.23 0.5 0.1
Hex 1E D 27 17 43 0 55 117 32 A
Octal 36 15 47 27 103 0 125 427 62 12
Binary 11110 1101 100111 10111 1000011 0 1010101 100010111 110010 1010

Color Harmonies of #1E0D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0D27

Black with #1E0D27

Text Example


Text Example

White with #1E0D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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