Html Css Color HEX #1C132A Blackcurrant

📋 copy color: '#1C132A'

red 28 ◦ green 19 ◦ blue 42

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

Shades of Blackcurrant #1C132A

Tints of Blackcurrant #1C132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 47.19%

R = 31.46%
G = 21.35%
B = 47.19%

CMYK

 C value IS 0.33

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#1C132A (or 0x1C132A) is known color: Blackcurrant. HEX triplet: 1C, 13 and 2A. RGB value is (28,19,42). Sum of RGB (Red+Green+Blue) = 28+19+42=89 (11% of max value = 765). Red value is 28 (11.33% from 255 or 31.46% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 42 (16.80% from 255 or 47.19% from 89); Max value from RGB is 42 - color contains mainly: blue. Hex color #1C132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C132A is #E3ECD5. Grayscale: #181818. Windows color (decimal): -14937302 or 2757404. OLE color: 2757404.

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

Color convert

RGB 28 19 42 -
CMYK 0.33 0.55 0 0.84
HSL 263.48º 0.38% 0.12% -
HSV(B) 263.48º 0.55% 0.16% -
XYZ 1.13 0.88 2.3 -
YUV 24.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 28 19 42 0.33 0.55 0 0.84 263.48 0.38 0.12
Hex 1C 13 2A 21 37 0 54 107 26 C
Octal 34 23 52 41 67 0 124 407 46 14
Binary 11100 10011 101010 100001 110111 0 1010100 100000111 100110 1100

Color Harmonies of #1C132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C132A

Black with #1C132A

Text Example


Text Example

White with #1C132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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