Html Css Color HEX #1C0829 Blackcurrant

📋 copy color: '#1C0829'

red 28 ◦ green 8 ◦ blue 41

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

Shades of Blackcurrant #1C0829

Tints of Blackcurrant #1C0829

RGB

 RED value IS 28 (11.33% from 255) = 36.36%

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

 BLUE value IS 41 (16.41% from 255) = 53.25%

R = 36.36%
G = 10.39%
B = 53.25%

CMYK

 C value IS 0.32

 M value IS 0.80

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C0829 (or 0x1C0829) is known color: Blackcurrant. HEX triplet: 1C, 08 and 29. RGB value is (28,8,41). Sum of RGB (Red+Green+Blue) = 28+8+41=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 41 (16.41% from 255 or 53.25% from 77); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C0829 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0829 is #E3F7D6. Grayscale: #111111. Windows color (decimal): -14940119 or 2689052. OLE color: 2689052.

HSL color Cylindrical-coordinate representation of color #1C0829: hue angle of 276.36º degrees, saturation: 0.67, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C0829 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 8 41 -
CMYK 0.32 0.80 0 0.84
HSL 276.36º 0.67% 0.1% -
HSV(B) 276.36º 0.8% 0.16% -
XYZ 0.97 0.58 2.16 -
YUV 17.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 28 8 41 0.32 0.80 0 0.84 276.36 0.67 0.1
Hex 1C 8 29 20 50 0 54 114 43 A
Octal 34 10 51 40 120 0 124 424 103 12
Binary 11100 1000 101001 100000 1010000 0 1010100 100010100 1000011 1010

Color Harmonies of #1C0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0829

Black with #1C0829

Text Example


Text Example

White with #1C0829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,8,41); }

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

background-color css

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

 a { background-color: rgb(28,8,41); }

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

border-color css

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

 span { border-color: rgb(28,8,41); }

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