#1D0038

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

Shades of Blackcurrant #1D0038

Tints of Blackcurrant #1D0038

Color information

#1D0038 (or 0x1D0038) is unknown color: approx Blackcurrant. HEX triplet: 1D, 00 and 38. RGB value is (29,0,56). Sum of RGB (Red+Green+Blue) = 29+0+56=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 56 (22.27% from 255 or 65.88% from 85); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0038 is #E2FFC7. Grayscale: #0E0E0E. Windows color (decimal): -14876616 or 3670045. OLE color: 3670045.

HSL color Cylindrical-coordinate representation of color #1D0038: hue angle of 271.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0038 is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB29056-
CMYK0.48100.78
HSL271.07º100%10.98%-
HSV(B)271.07º100%21.96%-
XYZ1.220.553.78-
YUV15.06151.11137.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 56 (22.27% from 255) = 65.88%
R=34.12%
G=0%
B=65.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal290560.48100.78271.0710010.98
Hex1D038306404E10f64b
Octal3507060144011641714413
Binary11101011100011000011001000100111010000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,0,56); }

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

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

 a { background-color: rgb(29,0,56); }

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

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

 span { border-color: rgb(29,0,56); }

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