#1D102F

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

Shades of Blackcurrant #1D102F

Tints of Blackcurrant #1D102F

Color information

#1D102F (or 0x1D102F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 10 and 2F. RGB value is (29,16,47). Sum of RGB (Red+Green+Blue) = 29+16+47=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 47 (18.75% from 255 or 51.09% from 92); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D102F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D102F is #E2EFD0. Grayscale: #171717. Windows color (decimal): -14872529 or 3084317. OLE color: 3084317.

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

Color convert

RGB291647-
CMYK0.380.6600.82
HSL265.16º49.21%12.35%-
HSV(B)265.16º65.96%18.43%-
XYZ1.210.842.79-
YUV23.42141.31131.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 16 (6.64% from 255) = 17.39%
BLUE value IS 47 (18.75% from 255) = 51.09%
R=31.52%
G=17.39%
B=51.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2916470.380.6600.82265.1649.2112.35
Hex1D102F264205210931c
Octal3520574610201224116114
Binary11101100001011111001101000010010100101000010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D102F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,16,47); }

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

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

 a { background-color: rgb(29,16,47); }

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

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

 span { border-color: rgb(29,16,47); }

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