Html Css Color HEX #1C1029 Blackcurrant

📋 copy color: '#1C1029'

red 28 ◦ green 16 ◦ blue 41

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

Shades of Blackcurrant #1C1029

Tints of Blackcurrant #1C1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.82%

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

R = 32.94%
G = 18.82%
B = 48.24%

CMYK

 C value IS 0.32

 M value IS 0.61

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C1029 (or 0x1C1029) is known color: Blackcurrant. HEX triplet: 1C, 10 and 29. RGB value is (28,16,41). Sum of RGB (Red+Green+Blue) = 28+16+41=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 16 (6.64% from 255 or 18.82% from 85); Blue value is 41 (16.41% from 255 or 48.24% from 85); Max value from RGB is 41 - color contains mainly: blue. Hex color #1C1029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1029 is #E3EFD6. Grayscale: #161616. Windows color (decimal): -14938071 or 2691100. OLE color: 2691100.

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

Color convert

RGB 28 16 41 -
CMYK 0.32 0.61 0 0.84
HSL 268.8º 0.44% 0.11% -
HSV(B) 268.8º 0.61% 0.16% -
XYZ 1.06 0.78 2.19 -
YUV 22.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 28 16 41 0.32 0.61 0 0.84 268.8 0.44 0.11
Hex 1C 10 29 20 3D 0 54 10D 2C B
Octal 34 20 51 40 75 0 124 415 54 13
Binary 11100 10000 101001 100000 111101 0 1010100 100001101 101100 1011

Color Harmonies of #1C1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1029

Black with #1C1029

Text Example


Text Example

White with #1C1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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