Html Css Color HEX #1D0626 Blackcurrant

📋 copy color: '#1D0626'

red 29 ◦ green 6 ◦ blue 38

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

Shades of Blackcurrant #1D0626

Tints of Blackcurrant #1D0626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.22%

 BLUE value IS 38 (15.23% from 255) = 52.05%

R = 39.73%
G = 8.22%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D0626 (or 0x1D0626) is known color: Blackcurrant. HEX triplet: 1D, 06 and 26. RGB value is (29,6,38). Sum of RGB (Red+Green+Blue) = 29+6+38=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 6 (2.73% from 255 or 8.22% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D0626 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0626 is #E2F9D9. Grayscale: #101010. Windows color (decimal): -14875098 or 2491933. OLE color: 2491933.

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

Color convert

RGB 29 6 38 -
CMYK 0.24 0.84 0 0.85
HSL 283.13º 0.73% 0.09% -
HSV(B) 283.13º 0.84% 0.15% -
XYZ 0.92 0.53 1.89 -
YUV 16.53 140.12 136.9 -
System Red Green Blue C M Y K H S L
Decimal 29 6 38 0.24 0.84 0 0.85 283.13 0.73 0.09
Hex 1D 6 26 18 54 0 55 11B 49 9
Octal 35 6 46 30 124 0 125 433 111 11
Binary 11101 110 100110 11000 1010100 0 1010101 100011011 1001001 1001

Color Harmonies of #1D0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0626

Black with #1D0626

Text Example


Text Example

White with #1D0626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,6,38); }

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

background-color css

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

 a { background-color: rgb(29,6,38); }

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

border-color css

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

 span { border-color: rgb(29,6,38); }

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