Html Css Color HEX #1D0827 Blackcurrant

📋 copy color: '#1D0827'

red 29 ◦ green 8 ◦ blue 39

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

Shades of Blackcurrant #1D0827

Tints of Blackcurrant #1D0827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 51.32%

R = 38.16%
G = 10.53%
B = 51.32%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1D0827 (or 0x1D0827) is known color: Blackcurrant. HEX triplet: 1D, 08 and 27. RGB value is (29,8,39). Sum of RGB (Red+Green+Blue) = 29+8+39=76 (10% of max value = 765). Red value is 29 (11.72% from 255 or 38.16% from 76); Green value is 8 (3.52% from 255 or 10.53% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #1D0827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0827 is #E2F7D8. Grayscale: #111111. Windows color (decimal): -14874585 or 2557981. OLE color: 2557981.

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

Color convert

RGB 29 8 39 -
CMYK 0.26 0.79 0 0.85
HSL 280.65º 0.66% 0.09% -
HSV(B) 280.65º 0.79% 0.15% -
XYZ 0.96 0.58 1.98 -
YUV 17.81 139.96 135.98 -
System Red Green Blue C M Y K H S L
Decimal 29 8 39 0.26 0.79 0 0.85 280.65 0.66 0.09
Hex 1D 8 27 1A 4F 0 55 119 42 9
Octal 35 10 47 32 117 0 125 431 102 11
Binary 11101 1000 100111 11010 1001111 0 1010101 100011001 1000010 1001

Color Harmonies of #1D0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0827

Black with #1D0827

Text Example


Text Example

White with #1D0827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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