Html Css Color HEX #1C1429 Blackcurrant

📋 copy color: '#1C1429'

red 28 ◦ green 20 ◦ blue 41

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

Shades of Blackcurrant #1C1429

Tints of Blackcurrant #1C1429

RGB

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

 GREEN value IS 20 (8.2% from 255) = 22.47%

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

R = 31.46%
G = 22.47%
B = 46.07%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C1429 (or 0x1C1429) is known color: Blackcurrant. HEX triplet: 1C, 14 and 29. RGB value is (28,20,41). Sum of RGB (Red+Green+Blue) = 28+20+41=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 20 (8.20% from 255 or 22.47% from 89); Blue value is 41 (16.41% from 255 or 46.07% from 89); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C1429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1429 is #E3EBD6. Grayscale: #181818. Windows color (decimal): -14937047 or 2692124. OLE color: 2692124.

HSL color Cylindrical-coordinate representation of color #1C1429: hue angle of 262.86º degrees, saturation: 0.34, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C1429 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 28 20 41 -
CMYK 0.32 0.51 0 0.84
HSL 262.86º 0.34% 0.12% -
HSV(B) 262.86º 0.51% 0.16% -
XYZ 1.13 0.91 2.21 -
YUV 24.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 28 20 41 0.32 0.51 0 0.84 262.86 0.34 0.12
Hex 1C 14 29 20 33 0 54 107 22 C
Octal 34 24 51 40 63 0 124 407 42 14
Binary 11100 10100 101001 100000 110011 0 1010100 100000111 100010 1100

Color Harmonies of #1C1429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1429

Black with #1C1429

Text Example


Text Example

White with #1C1429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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