Html Css Color HEX #1D0346 Blackcurrant

📋 copy color: '#1D0346'

red 29 ◦ green 3 ◦ blue 70

#1D0346
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1D0346

Tints of Blackcurrant #1D0346

RGB

 RED value IS 29 (11.72% from 255) = 28.43%

 GREEN value IS 3 (1.56% from 255) = 2.94%

 BLUE value IS 70 (27.73% from 255) = 68.63%

R = 28.43%
G = 2.94%
B = 68.63%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1D0346 (or 0x1D0346) is known color: Blackcurrant. HEX triplet: 1D, 03 and 46. RGB value is (29,3,70). Sum of RGB (Red+Green+Blue) = 29+3+70=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D0346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0346 is #E2FCB9. Grayscale: #121212. Windows color (decimal): -14875834 or 4588317. OLE color: 4588317.

HSL color Cylindrical-coordinate representation of color #1D0346: hue angle of 263.28º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0346 is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 29 3 70 -
CMYK 0.59 0.96 0 0.73
HSL 263.28º 0.92% 0.14% -
HSV(B) 263.28º 0.96% 0.27% -
XYZ 1.64 0.77 5.86 -
YUV 18.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 29 3 70 0.59 0.96 0 0.73 263.28 0.92 0.14
Hex 1D 3 46 3B 60 0 49 107 5C E
Octal 35 3 106 73 140 0 111 407 134 16
Binary 11101 11 1000110 111011 1100000 0 1001001 100000111 1011100 1110

Color Harmonies of #1D0346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0346

Black with #1D0346

Text Example


Text Example

White with #1D0346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,3,70); }

 H1.HeaderClassName
 {
   color: #1D0346;
 }
 .AnyTagClassName
 {
   color: #1D0346;
 }
</style>

background-color css

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

 a { background-color: rgb(29,3,70); }

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

border-color css

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

 span { border-color: rgb(29,3,70); }

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