Html Css Color HEX #1D0147 Blackcurrant

📋 copy color: '#1D0147'

red 29 ◦ green 1 ◦ blue 71

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

Shades of Blackcurrant #1D0147

Tints of Blackcurrant #1D0147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 70.3%

R = 28.71%
G = 0.99%
B = 70.3%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D0147 (or 0x1D0147) is known color: Blackcurrant. HEX triplet: 1D, 01 and 47. RGB value is (29,1,71). Sum of RGB (Red+Green+Blue) = 29+1+71=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D0147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0147 is #E2FEB8. Grayscale: #111111. Windows color (decimal): -14876345 or 4653341. OLE color: 4653341.

HSL color Cylindrical-coordinate representation of color #1D0147: hue angle of 264º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1D0147 is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 1 71 -
CMYK 0.59 0.99 0 0.72
HSL 264º 0.97% 0.14% -
HSV(B) 264º 0.99% 0.28% -
XYZ 1.65 0.74 6.02 -
YUV 17.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 29 1 71 0.59 0.99 0 0.72 264 0.97 0.14
Hex 1D 1 47 3B 63 0 48 108 61 E
Octal 35 1 107 73 143 0 110 410 141 16
Binary 11101 1 1000111 111011 1100011 0 1001000 100001000 1100001 1110

Color Harmonies of #1D0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0147

Black with #1D0147

Text Example


Text Example

White with #1D0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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