Html Css Color HEX #1D1023 Blackcurrant

📋 copy color: '#1D1023'

red 29 ◦ green 16 ◦ blue 35

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

Shades of Blackcurrant #1D1023

Tints of Blackcurrant #1D1023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 20%

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

R = 36.25%
G = 20%
B = 43.75%

CMYK

 C value IS 0.17

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D1023 (or 0x1D1023) is known color: Blackcurrant. HEX triplet: 1D, 10 and 23. RGB value is (29,16,35). Sum of RGB (Red+Green+Blue) = 29+16+35=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 16 (6.64% from 255 or 20% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D1023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1023 is #E2EFDC. Grayscale: #151515. Windows color (decimal): -14872541 or 2297885. OLE color: 2297885.

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

Color convert

RGB 29 16 35 -
CMYK 0.17 0.54 0 0.86
HSL 281.05º 0.37% 0.1% -
HSV(B) 281.05º 0.54% 0.14% -
XYZ 1 0.75 1.68 -
YUV 22.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 29 16 35 0.17 0.54 0 0.86 281.05 0.37 0.1
Hex 1D 10 23 11 36 0 56 119 25 A
Octal 35 20 43 21 66 0 126 431 45 12
Binary 11101 10000 100011 10001 110110 0 1010110 100011001 100101 1010

Color Harmonies of #1D1023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1023

Black with #1D1023

Text Example


Text Example

White with #1D1023

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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