#1D092F

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

Shades of Blackcurrant #1D092F

Tints of Blackcurrant #1D092F

Color information

#1D092F (or 0x1D092F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 09 and 2F. RGB value is (29,9,47). Sum of RGB (Red+Green+Blue) = 29+9+47=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #1D092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D092F is #E2F6D0. Grayscale: #131313. Windows color (decimal): -14874321 or 3082525. OLE color: 3082525.

HSL color Cylindrical-coordinate representation of color #1D092F: hue angle of 271.58º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D092F is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB29947-
CMYK0.380.8100.82
HSL271.58º67.86%10.98%-
HSV(B)271.58º80.85%18.43%-
XYZ1.120.662.76-
YUV19.31143.63134.91-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 34.12%
GREEN value IS 9 (3.91% from 255) = 10.59%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=34.12%
G=10.59%
B=55.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal299470.380.8100.82271.5867.8610.98
Hex1D92F265105211044b
Octal35115746121012242010413
Binary11101100110111110011010100010101001010001000010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D092F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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