Html Css Color HEX #1C1128 Blackcurrant

📋 copy color: '#1C1128'

red 28 ◦ green 17 ◦ blue 40

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

Shades of Blackcurrant #1C1128

Tints of Blackcurrant #1C1128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20%

 BLUE value IS 40 (16.02% from 255) = 47.06%

R = 32.94%
G = 20%
B = 47.06%

CMYK

 C value IS 0.30

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C1128 (or 0x1C1128) is known color: Blackcurrant. HEX triplet: 1C, 11 and 28. RGB value is (28,17,40). Sum of RGB (Red+Green+Blue) = 28+17+40=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 17 (7.03% from 255 or 20% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C1128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1128 is #E3EED7. Grayscale: #161616. Windows color (decimal): -14937816 or 2625820. OLE color: 2625820.

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

Color convert

RGB 28 17 40 -
CMYK 0.30 0.57 0 0.84
HSL 268.7º 0.4% 0.11% -
HSV(B) 268.7º 0.58% 0.16% -
XYZ 1.06 0.8 2.11 -
YUV 22.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 28 17 40 0.30 0.57 0 0.84 268.7 0.4 0.11
Hex 1C 11 28 1E 39 0 54 10D 28 B
Octal 34 21 50 36 71 0 124 415 50 13
Binary 11100 10001 101000 11110 111001 0 1010100 100001101 101000 1011

Color Harmonies of #1C1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1128

Black with #1C1128

Text Example


Text Example

White with #1C1128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,17,40); }

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

background-color css

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

 a { background-color: rgb(28,17,40); }

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

border-color css

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

 span { border-color: rgb(28,17,40); }

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