#1D092E

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

Shades of Blackcurrant #1D092E

Tints of Blackcurrant #1D092E

Color information

#1D092E (or 0x1D092E) is unknown color: approx Blackcurrant. HEX triplet: 1D, 09 and 2E. RGB value is (29,9,46). Sum of RGB (Red+Green+Blue) = 29+9+46=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092E is #E2F6D1. Grayscale: #131313. Windows color (decimal): -14874322 or 3016989. OLE color: 3016989.

HSL color Cylindrical-coordinate representation of color #1D092E: hue angle of 272.43º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D092E is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB29946-
CMYK0.370.8000.82
HSL272.43º67.27%10.78%-
HSV(B)272.43º80.43%18.04%-
XYZ1.10.652.65-
YUV19.2143.13134.99-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.52%
GREEN value IS 9 (3.91% from 255) = 10.71%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=34.52%
G=10.71%
B=54.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal299460.370.8000.82272.4367.2710.78
Hex1D92E255005211043b
Octal35115645120012242010313
Binary11101100110111010010110100000101001010001000010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,9,46); }

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

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

 a { background-color: rgb(29,9,46); }

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

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

 span { border-color: rgb(29,9,46); }

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