#1D083C

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

Shades of Blackcurrant #1D083C

Tints of Blackcurrant #1D083C

Color information

#1D083C (or 0x1D083C) is unknown color: approx Blackcurrant. HEX triplet: 1D, 08 and 3C. RGB value is (29,8,60). Sum of RGB (Red+Green+Blue) = 29+8+60=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 8 (3.52% from 255 or 8.25% from 97); Blue value is 60 (23.83% from 255 or 61.86% from 97); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D083C is #E2F7C3. Grayscale: #141414. Windows color (decimal): -14874564 or 3934237. OLE color: 3934237.

HSL color Cylindrical-coordinate representation of color #1D083C: hue angle of 264.23º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D083C is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB29860-
CMYK0.520.8700.76
HSL264.23º76.47%13.33%-
HSV(B)264.23º86.67%23.53%-
XYZ1.410.764.35-
YUV20.21150.46134.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 29.90%
GREEN value IS 8 (3.52% from 255) = 8.25%
BLUE value IS 60 (23.83% from 255) = 61.86%
R=29.90%
G=8.25%
B=61.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal298600.520.8700.76264.2376.4713.33
Hex1D83C345704C1084cd
Octal35107464127011441011415
Binary11101100011110011010010101110100110010000100010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,60); }

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

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

 a { background-color: rgb(29,8,60); }

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

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

 span { border-color: rgb(29,8,60); }

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