#1D093F

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

Shades of Blackcurrant #1D093F

Tints of Blackcurrant #1D093F

Color information

#1D093F (or 0x1D093F) is unknown color: approx Blackcurrant. HEX triplet: 1D, 09 and 3F. RGB value is (29,9,63). Sum of RGB (Red+Green+Blue) = 29+9+63=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D093F is #E2F6C0. Grayscale: #141414. Windows color (decimal): -14874305 or 4131101. OLE color: 4131101.

HSL color Cylindrical-coordinate representation of color #1D093F: hue angle of 262.22º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D093F is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB29963-
CMYK0.540.8600.75
HSL262.22º75%14.12%-
HSV(B)262.22º85.71%24.71%-
XYZ1.50.824.78-
YUV21.14151.63133.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 28.71%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 63 (25% from 255) = 62.38%
R=28.71%
G=8.91%
B=62.38%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal299630.540.8600.75262.227514.12
Hex1D93F365604B1064be
Octal35117766126011340611316
Binary11101100111111111011010101100100101110000011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D093F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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