Html Css Color HEX #1D0123 Blackcurrant

📋 copy color: '#1D0123'

red 29 ◦ green 1 ◦ blue 35

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

Shades of Blackcurrant #1D0123

Tints of Blackcurrant #1D0123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 53.85%

R = 44.62%
G = 1.54%
B = 53.85%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D0123 (or 0x1D0123) is known color: Blackcurrant. HEX triplet: 1D, 01 and 23. RGB value is (29,1,35). Sum of RGB (Red+Green+Blue) = 29+1+35=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0123 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0123 is #E2FEDC. Grayscale: #0D0D0D. Windows color (decimal): -14876381 or 2294045. OLE color: 2294045.

HSL color Cylindrical-coordinate representation of color #1D0123: hue angle of 289.41º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0123 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 29 1 35 -
CMYK 0.17 0.97 0 0.86
HSL 289.41º 0.94% 0.07% -
HSV(B) 289.41º 0.97% 0.14% -
XYZ 0.82 0.4 1.62 -
YUV 13.25 140.28 139.24 -
System Red Green Blue C M Y K H S L
Decimal 29 1 35 0.17 0.97 0 0.86 289.41 0.94 0.07
Hex 1D 1 23 11 61 0 56 121 5E 7
Octal 35 1 43 21 141 0 126 441 136 7
Binary 11101 1 100011 10001 1100001 0 1010110 100100001 1011110 111

Color Harmonies of #1D0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0123

Black with #1D0123

Text Example


Text Example

White with #1D0123

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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