#1D0923

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

Shades of Blackcurrant #1D0923

Tints of Blackcurrant #1D0923

Color information

#1D0923 (or 0x1D0923) is unknown color: approx Blackcurrant. HEX triplet: 1D, 09 and 23. RGB value is (29,9,35). Sum of RGB (Red+Green+Blue) = 29+9+35=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0923 is #E2F6DC. Grayscale: #111111. Windows color (decimal): -14874333 or 2296093. OLE color: 2296093.

HSL color Cylindrical-coordinate representation of color #1D0923: hue angle of 286.15º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D0923 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB29935-
CMYK0.170.7400.86
HSL286.15º59.09%8.63%-
HSV(B)286.15º74.29%13.73%-
XYZ0.910.581.65-
YUV17.94137.63135.89-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 35 (14.06% from 255) = 47.95%
R=39.73%
G=12.33%
B=47.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal299350.170.7400.86286.1559.098.63
Hex1D923114A05611e3b9
Octal3511432111201264367311
Binary111011001100011100011001010010101101000111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,35); }

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

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

 a { background-color: rgb(29,9,35); }

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

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

 span { border-color: rgb(29,9,35); }

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