Html Css Color HEX #1D0825 Blackcurrant

📋 copy color: '#1D0825'

red 29 ◦ green 8 ◦ blue 37

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

Shades of Blackcurrant #1D0825

Tints of Blackcurrant #1D0825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 50%

R = 39.19%
G = 10.81%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D0825 (or 0x1D0825) is known color: Blackcurrant. HEX triplet: 1D, 08 and 25. RGB value is (29,8,37). Sum of RGB (Red+Green+Blue) = 29+8+37=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 8 (3.52% from 255 or 10.81% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D0825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0825 is #E2F7DA. Grayscale: #111111. Windows color (decimal): -14874587 or 2426909. OLE color: 2426909.

HSL color Cylindrical-coordinate representation of color #1D0825: hue angle of 283.45º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D0825 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 29 8 37 -
CMYK 0.22 0.78 0 0.85
HSL 283.45º 0.64% 0.09% -
HSV(B) 283.45º 0.78% 0.15% -
XYZ 0.93 0.57 1.81 -
YUV 17.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 29 8 37 0.22 0.78 0 0.85 283.45 0.64 0.09
Hex 1D 8 25 16 4E 0 55 11B 40 9
Octal 35 10 45 26 116 0 125 433 100 11
Binary 11101 1000 100101 10110 1001110 0 1010101 100011011 1000000 1001

Color Harmonies of #1D0825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0825

Black with #1D0825

Text Example


Text Example

White with #1D0825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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