Html Css Color HEX #1C1328 Blackcurrant

📋 copy color: '#1C1328'

red 28 ◦ green 19 ◦ blue 40

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

Shades of Blackcurrant #1C1328

Tints of Blackcurrant #1C1328

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.84%

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

R = 32.18%
G = 21.84%
B = 45.98%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C1328 (or 0x1C1328) is known color: Blackcurrant. HEX triplet: 1C, 13 and 28. RGB value is (28,19,40). Sum of RGB (Red+Green+Blue) = 28+19+40=87 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.18% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 40 (16.02% from 255 or 45.98% from 87); Max value from RGB is 40 - color contains mainly: blue. Hex color #1C1328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1328 is #E3ECD7. Grayscale: #181818. Windows color (decimal): -14937304 or 2626332. OLE color: 2626332.

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

Color convert

RGB 28 19 40 -
CMYK 0.30 0.52 0 0.84
HSL 265.71º 0.36% 0.12% -
HSV(B) 265.71º 0.53% 0.16% -
XYZ 1.09 0.87 2.12 -
YUV 24.09 136.98 130.79 -
System Red Green Blue C M Y K H S L
Decimal 28 19 40 0.30 0.52 0 0.84 265.71 0.36 0.12
Hex 1C 13 28 1E 34 0 54 10A 24 C
Octal 34 23 50 36 64 0 124 412 44 14
Binary 11100 10011 101000 11110 110100 0 1010100 100001010 100100 1100

Color Harmonies of #1C1328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1328

Black with #1C1328

Text Example


Text Example

White with #1C1328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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