Html Css Color HEX #1D0823 Blackcurrant

📋 copy color: '#1D0823'

red 29 ◦ green 8 ◦ blue 35

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

Shades of Blackcurrant #1D0823

Tints of Blackcurrant #1D0823

RGB

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

 GREEN value IS 8 (3.52% from 255) = 11.11%

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

R = 40.28%
G = 11.11%
B = 48.61%

CMYK

 C value IS 0.17

 M value IS 0.77

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#1D0823 (or 0x1D0823) is known color: Blackcurrant. HEX triplet: 1D, 08 and 23. RGB value is (29,8,35). Sum of RGB (Red+Green+Blue) = 29+8+35=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #1D0823 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0823 is #E2F7DC. Grayscale: #111111. Windows color (decimal): -14874589 or 2295837. OLE color: 2295837.

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

Color convert

RGB 29 8 35 -
CMYK 0.17 0.77 0 0.86
HSL 286.67º 0.63% 0.08% -
HSV(B) 286.67º 0.77% 0.14% -
XYZ 0.9 0.56 1.65 -
YUV 17.36 137.96 136.3 -
System Red Green Blue C M Y K H S L
Decimal 29 8 35 0.17 0.77 0 0.86 286.67 0.63 0.08
Hex 1D 8 23 11 4D 0 56 11F 3F 8
Octal 35 10 43 21 115 0 126 437 77 10
Binary 11101 1000 100011 10001 1001101 0 1010110 100011111 111111 1000

Color Harmonies of #1D0823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0823

Black with #1D0823

Text Example


Text Example

White with #1D0823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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