Html Css Color HEX #1D0223 Blackcurrant

📋 copy color: '#1D0223'

red 29 ◦ green 2 ◦ blue 35

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

Shades of Blackcurrant #1D0223

Tints of Blackcurrant #1D0223

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.03%

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

R = 43.94%
G = 3.03%
B = 53.03%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D0223 (or 0x1D0223) is known color: Blackcurrant. HEX triplet: 1D, 02 and 23. RGB value is (29,2,35). Sum of RGB (Red+Green+Blue) = 29+2+35=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 2 (1.17% from 255 or 3.03% from 66); Blue value is 35 (14.06% from 255 or 53.03% from 66); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0223 is #E2FDDC. Grayscale: #0D0D0D. Windows color (decimal): -14876125 or 2294301. OLE color: 2294301.

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

Color convert

RGB 29 2 35 -
CMYK 0.17 0.94 0 0.86
HSL 289.09º 0.89% 0.07% -
HSV(B) 289.09º 0.94% 0.14% -
XYZ 0.83 0.43 1.63 -
YUV 13.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 29 2 35 0.17 0.94 0 0.86 289.09 0.89 0.07
Hex 1D 2 23 11 5E 0 56 121 59 7
Octal 35 2 43 21 136 0 126 441 131 7
Binary 11101 10 100011 10001 1011110 0 1010110 100100001 1011001 111

Color Harmonies of #1D0223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0223

Black with #1D0223

Text Example


Text Example

White with #1D0223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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