Html Css Color HEX #1C132C Blackcurrant

📋 copy color: '#1C132C'

red 28 ◦ green 19 ◦ blue 44

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

Shades of Blackcurrant #1C132C

Tints of Blackcurrant #1C132C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 48.35%

R = 30.77%
G = 20.88%
B = 48.35%

CMYK

 C value IS 0.36

 M value IS 0.57

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1C132C (or 0x1C132C) is known color: Blackcurrant. HEX triplet: 1C, 13 and 2C. RGB value is (28,19,44). Sum of RGB (Red+Green+Blue) = 28+19+44=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #1C132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C132C is #E3ECD3. Grayscale: #181818. Windows color (decimal): -14937300 or 2888476. OLE color: 2888476.

HSL color Cylindrical-coordinate representation of color #1C132C: hue angle of 261.6º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C132C is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 28 19 44 -
CMYK 0.36 0.57 0 0.83
HSL 261.6º 0.4% 0.12% -
HSV(B) 261.6º 0.57% 0.17% -
XYZ 1.17 0.89 2.49 -
YUV 24.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 28 19 44 0.36 0.57 0 0.83 261.6 0.4 0.12
Hex 1C 13 2C 24 39 0 53 106 28 C
Octal 34 23 54 44 71 0 123 406 50 14
Binary 11100 10011 101100 100100 111001 0 1010011 100000110 101000 1100

Color Harmonies of #1C132C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C132C

Black with #1C132C

Text Example


Text Example

White with #1C132C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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