Html Css Color HEX #1E122F Blackcurrant

📋 copy color: '#1E122F'

red 30 ◦ green 18 ◦ blue 47

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

Shades of Blackcurrant #1E122F

Tints of Blackcurrant #1E122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

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

R = 31.58%
G = 18.95%
B = 49.47%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1E122F (or 0x1E122F) is known color: Blackcurrant. HEX triplet: 1E, 12 and 2F. RGB value is (30,18,47). Sum of RGB (Red+Green+Blue) = 30+18+47=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 47 (18.75% from 255 or 49.47% from 95); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E122F is #E1EDD0. Grayscale: #181818. Windows color (decimal): -14806481 or 3084830. OLE color: 3084830.

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

Color convert

RGB 30 18 47 -
CMYK 0.36 0.62 0 0.82
HSL 264.83º 0.45% 0.13% -
HSV(B) 264.83º 0.62% 0.18% -
XYZ 1.26 0.91 2.8 -
YUV 24.89 140.48 131.64 -
System Red Green Blue C M Y K H S L
Decimal 30 18 47 0.36 0.62 0 0.82 264.83 0.45 0.13
Hex 1E 12 2F 24 3E 0 52 109 2D D
Octal 36 22 57 44 76 0 122 411 55 15
Binary 11110 10010 101111 100100 111110 0 1010010 100001001 101101 1101

Color Harmonies of #1E122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E122F

Black with #1E122F

Text Example


Text Example

White with #1E122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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