#1D0F30

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

Shades of Blackcurrant #1D0F30

Tints of Blackcurrant #1D0F30

Color information

#1D0F30 (or 0x1D0F30) is unknown color: approx Blackcurrant. HEX triplet: 1D, 0F and 30. RGB value is (29,15,48). Sum of RGB (Red+Green+Blue) = 29+15+48=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 15 (6.25% from 255 or 16.30% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D0F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0F30 is #E2F0CF. Grayscale: #161616. Windows color (decimal): -14872784 or 3149597. OLE color: 3149597.

HSL color Cylindrical-coordinate representation of color #1D0F30: hue angle of 265.45º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1D0F30 is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB291548-
CMYK0.400.6900.81
HSL265.45º52.38%12.35%-
HSV(B)265.45º68.75%18.82%-
XYZ1.210.822.89-
YUV22.95142.14132.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 31.52%
GREEN value IS 15 (6.25% from 255) = 16.30%
BLUE value IS 48 (19.14% from 255) = 52.17%
R=31.52%
G=16.30%
B=52.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2915480.400.6900.81265.4552.3812.35
Hex1DF30284505110934c
Octal3517605010501214116414
Binary1110111111100001010001000101010100011000010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,48); }

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

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

 a { background-color: rgb(29,15,48); }

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

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

 span { border-color: rgb(29,15,48); }

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