#1D0C27

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

Shades of Blackcurrant #1D0C27

Tints of Blackcurrant #1D0C27

Color information

#1D0C27 (or 0x1D0C27) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0C and 27. RGB value is (29,12,39). Sum of RGB (Red+Green+Blue) = 29+12+39=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 39 (15.62% from 255 or 48.75% from 80); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D0C27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0C27 is #E2F3D8. Grayscale: #141414. Windows color (decimal): -14873561 or 2559005. OLE color: 2559005.

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

Color convert

RGB291239-
CMYK0.260.6900.85
HSL277.78º52.94%10%-
HSV(B)277.78º69.23%15.29%-
XYZ10.672-
YUV20.16138.63134.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 12 (5.08% from 255) = 15%
BLUE value IS 39 (15.62% from 255) = 48.75%
R=36.25%
G=15%
B=48.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2912390.260.6900.85277.7852.9410
Hex1DC271A4505511635a
Octal3514473210501254266512
Binary111011100100111110101000101010101011000101101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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