Html Css Color HEX #1D013D Blackcurrant

📋 copy color: '#1D013D'

red 29 ◦ green 1 ◦ blue 61

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

Shades of Blackcurrant #1D013D

Tints of Blackcurrant #1D013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

 BLUE value IS 61 (24.22% from 255) = 67.03%

R = 31.87%
G = 1.1%
B = 67.03%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1D013D (or 0x1D013D) is known color: Blackcurrant. HEX triplet: 1D, 01 and 3D. RGB value is (29,1,61). Sum of RGB (Red+Green+Blue) = 29+1+61=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 61 (24.22% from 255 or 67.03% from 91); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D013D is #E2FEC2. Grayscale: #101010. Windows color (decimal): -14876355 or 3997981. OLE color: 3997981.

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

Color convert

RGB 29 1 61 -
CMYK 0.52 0.98 0 0.76
HSL 268º 0.97% 0.12% -
HSV(B) 268º 0.98% 0.24% -
XYZ 1.36 0.62 4.46 -
YUV 16.21 153.28 137.12 -
System Red Green Blue C M Y K H S L
Decimal 29 1 61 0.52 0.98 0 0.76 268 0.97 0.12
Hex 1D 1 3D 34 62 0 4C 10C 61 C
Octal 35 1 75 64 142 0 114 414 141 14
Binary 11101 1 111101 110100 1100010 0 1001100 100001100 1100001 1100

Color Harmonies of #1D013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D013D

Black with #1D013D

Text Example


Text Example

White with #1D013D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,1,61); }

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

background-color css

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

 a { background-color: rgb(29,1,61); }

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

border-color css

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

 span { border-color: rgb(29,1,61); }

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