Html Css Color HEX #1D0140 Blackcurrant

📋 copy color: '#1D0140'

red 29 ◦ green 1 ◦ blue 64

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

Shades of Blackcurrant #1D0140

Tints of Blackcurrant #1D0140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 68.09%

R = 30.85%
G = 1.06%
B = 68.09%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1D0140 (or 0x1D0140) is known color: Blackcurrant. HEX triplet: 1D, 01 and 40. RGB value is (29,1,64). Sum of RGB (Red+Green+Blue) = 29+1+64=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 64 (25.39% from 255 or 68.09% from 94); Max value from RGB is 64 - color contains mainly: blue. Hex color #1D0140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0140 is #E2FEBF. Grayscale: #101010. Windows color (decimal): -14876352 or 4194589. OLE color: 4194589.

HSL color Cylindrical-coordinate representation of color #1D0140: hue angle of 266.67º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1D0140 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 29 1 64 -
CMYK 0.55 0.98 0 0.75
HSL 266.67º 0.97% 0.13% -
HSV(B) 266.67º 0.98% 0.25% -
XYZ 1.44 0.65 4.9 -
YUV 16.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 29 1 64 0.55 0.98 0 0.75 266.67 0.97 0.13
Hex 1D 1 40 37 62 0 4B 10B 61 D
Octal 35 1 100 67 142 0 113 413 141 15
Binary 11101 1 1000000 110111 1100010 0 1001011 100001011 1100001 1101

Color Harmonies of #1D0140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0140

Black with #1D0140

Text Example


Text Example

White with #1D0140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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