Html Css Color HEX #1D0923 Blackcurrant

📋 copy color: '#1D0923'

red 29 ◦ green 9 ◦ blue 35

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

Shades of Blackcurrant #1D0923

Tints of Blackcurrant #1D0923

RGB

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

 GREEN value IS 9 (3.91% from 255) = 12.33%

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

R = 39.73%
G = 12.33%
B = 47.95%

CMYK

 C value IS 0.17

 M value IS 0.74

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D0923 (or 0x1D0923) is known color: Blackcurrant. HEX triplet: 1D, 09 and 23. RGB value is (29,9,35). Sum of RGB (Red+Green+Blue) = 29+9+35=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0923 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0923 is #E2F6DC. Grayscale: #111111. Windows color (decimal): -14874333 or 2296093. OLE color: 2296093.

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

Color convert

RGB 29 9 35 -
CMYK 0.17 0.74 0 0.86
HSL 286.15º 0.59% 0.09% -
HSV(B) 286.15º 0.74% 0.14% -
XYZ 0.91 0.58 1.65 -
YUV 17.94 137.63 135.89 -
System Red Green Blue C M Y K H S L
Decimal 29 9 35 0.17 0.74 0 0.86 286.15 0.59 0.09
Hex 1D 9 23 11 4A 0 56 11E 3B 9
Octal 35 11 43 21 112 0 126 436 73 11
Binary 11101 1001 100011 10001 1001010 0 1010110 100011110 111011 1001

Color Harmonies of #1D0923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0923

Black with #1D0923

Text Example


Text Example

White with #1D0923

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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