#1D072B

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

Shades of Blackcurrant #1D072B

Tints of Blackcurrant #1D072B

Color information

#1D072B (or 0x1D072B) is unknown color: approx Blackcurrant. HEX triplet: 1D, 07 and 2B. RGB value is (29,7,43). Sum of RGB (Red+Green+Blue) = 29+7+43=79 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.71% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #1D072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D072B is #E2F8D4. Grayscale: #111111. Windows color (decimal): -14874837 or 2819869. OLE color: 2819869.

HSL color Cylindrical-coordinate representation of color #1D072B: hue angle of 276.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D072B is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB29743-
CMYK0.330.8400.83
HSL276.67º72%9.8%-
HSV(B)276.67º83.72%16.86%-
XYZ1.020.592.35-
YUV17.68142.29136.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.71%
GREEN value IS 7 (3.12% from 255) = 8.86%
BLUE value IS 43 (17.19% from 255) = 54.43%
R=36.71%
G=8.86%
B=54.43%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal297430.330.8400.83276.67729.8
Hex1D72B215405311548a
Octal3575341124012342511012
Binary1110111110101110000110101000101001110001010110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,7,43); }

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

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

 a { background-color: rgb(29,7,43); }

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

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

 span { border-color: rgb(29,7,43); }

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