#1D0F23

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

Shades of Blackcurrant #1D0F23

Tints of Blackcurrant #1D0F23

Color information

#1D0F23 (or 0x1D0F23) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0F and 23. RGB value is (29,15,35). Sum of RGB (Red+Green+Blue) = 29+15+35=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 35 (14.06% from 255 or 44.30% from 79); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F23 is #E2F0DC. Grayscale: #151515. Windows color (decimal): -14872797 or 2297629. OLE color: 2297629.

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

Color convert

RGB291535-
CMYK0.170.5700.86
HSL282º40%9.8%-
HSV(B)282º57.14%13.73%-
XYZ0.980.721.68-
YUV21.47135.64133.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.71%
GREEN value IS 15 (6.25% from 255) = 18.99%
BLUE value IS 35 (14.06% from 255) = 44.30%
R=36.71%
G=18.99%
B=44.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2915350.170.5700.86282409.8
Hex1DF23113905611a28a
Octal351743217101264325012
Binary11101111110001110001111001010101101000110101010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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