#1D0F32

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

Shades of Blackcurrant #1D0F32

Tints of Blackcurrant #1D0F32

Color information

#1D0F32 (or 0x1D0F32) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0F and 32. RGB value is (29,15,50). Sum of RGB (Red+Green+Blue) = 29+15+50=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #1D0F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F32 is #E2F0CD. Grayscale: #171717. Windows color (decimal): -14872782 or 3280669. OLE color: 3280669.

HSL color Cylindrical-coordinate representation of color #1D0F32: hue angle of 264º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1D0F32 is Cyan = 0.42, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB291550-
CMYK0.420.7000.80
HSL264º53.85%12.75%-
HSV(B)264º70%19.61%-
XYZ1.250.833.11-
YUV23.18143.14132.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 30.85%
GREEN value IS 15 (6.25% from 255) = 15.96%
BLUE value IS 50 (19.92% from 255) = 53.19%
R=30.85%
G=15.96%
B=53.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2915500.420.7000.8026453.8512.75
Hex1DF322A4605010836d
Octal3517625210601204106615
Binary1110111111100101010101000110010100001000010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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