#1D0E27

Color #1D0E27 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #1D0E27

Tints of Blackcurrant #1D0E27

Color information

#1D0E27 (or 0x1D0E27) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0E and 27. RGB value is (29,14,39). Sum of RGB (Red+Green+Blue) = 29+14+39=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 14 (5.86% from 255 or 17.07% 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 #1D0E27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0E27 is #E2F1D8. Grayscale: #151515. Windows color (decimal): -14873049 or 2559517. OLE color: 2559517.

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

Color convert

RGB291439-
CMYK0.260.6400.85
HSL276º47.17%10.39%-
HSV(B)276º64.1%15.29%-
XYZ1.030.722-
YUV21.34137.97133.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 14 (5.86% from 255) = 17.07%
BLUE value IS 39 (15.62% from 255) = 47.56%
R=35.37%
G=17.07%
B=47.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2914390.260.6400.8527647.1710.39
Hex1DE271A400551142fa
Octal3516473210001254245712
Binary111011110100111110101000000010101011000101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,14,39); }

 H1.HeaderClassName
 {
   color: #1D0E27;
 }
 .AnyTagClassName
 {
   color: #1D0E27;
 }
</style>
background-color css

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

 a { background-color: rgb(29,14,39); }

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

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

 span { border-color: rgb(29,14,39); }

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