Html Css Color HEX #1D0148 Blackcurrant

📋 copy color: '#1D0148'

red 29 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #1D0148

Tints of Blackcurrant #1D0148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 70.59%

R = 28.43%
G = 0.98%
B = 70.59%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1D0148 (or 0x1D0148) is known color: Blackcurrant. HEX triplet: 1D, 01 and 48. RGB value is (29,1,72). Sum of RGB (Red+Green+Blue) = 29+1+72=102 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.43% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0148 is #E2FEB7. Grayscale: #111111. Windows color (decimal): -14876344 or 4718877. OLE color: 4718877.

HSL color Cylindrical-coordinate representation of color #1D0148: hue angle of 263.66º 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 #1D0148 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 29 1 72 -
CMYK 0.60 0.99 0 0.72
HSL 263.66º 0.97% 0.14% -
HSV(B) 263.66º 0.99% 0.28% -
XYZ 1.69 0.75 6.19 -
YUV 17.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 29 1 72 0.60 0.99 0 0.72 263.66 0.97 0.14
Hex 1D 1 48 3C 63 0 48 108 61 E
Octal 35 1 110 74 143 0 110 410 141 16
Binary 11101 1 1001000 111100 1100011 0 1001000 100001000 1100001 1110

Color Harmonies of #1D0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0148

Black with #1D0148

Text Example


Text Example

White with #1D0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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