#1D0B2A

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

Shades of Blackcurrant #1D0B2A

Tints of Blackcurrant #1D0B2A

Color information

#1D0B2A (or 0x1D0B2A) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0B and 2A. RGB value is (29,11,42). Sum of RGB (Red+Green+Blue) = 29+11+42=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 11 (4.69% from 255 or 13.41% from 82); Blue value is 42 (16.80% from 255 or 51.22% from 82); Max value from RGB is 42 - color contains mainly: blue. Hex color #1D0B2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0B2A is #E2F4D5. Grayscale: #131313. Windows color (decimal): -14873814 or 2755357. OLE color: 2755357.

HSL color Cylindrical-coordinate representation of color #1D0B2A: hue angle of 274.84º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D0B2A is Cyan = 0.31, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB291142-
CMYK0.310.7400.84
HSL274.84º58.49%10.39%-
HSV(B)274.84º73.81%16.47%-
XYZ1.040.672.26-
YUV19.92140.46134.48-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 35.37%
GREEN value IS 11 (4.69% from 255) = 13.41%
BLUE value IS 42 (16.80% from 255) = 51.22%
R=35.37%
G=13.41%
B=51.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2911420.310.7400.84274.8458.4910.39
Hex1DB2A1F4A0541133aa
Octal3513523711201244237212
Binary111011011101010111111001010010101001000100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,11,42); }

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

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

 a { background-color: rgb(29,11,42); }

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

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

 span { border-color: rgb(29,11,42); }

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