Html Css Color HEX #1C1221 Blackcurrant

📋 copy color: '#1C1221'

red 28 ◦ green 18 ◦ blue 33

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

Shades of Blackcurrant #1C1221

Tints of Blackcurrant #1C1221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 22.78%

 BLUE value IS 33 (13.28% from 255) = 41.77%

R = 35.44%
G = 22.78%
B = 41.77%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#1C1221 (or 0x1C1221) is known color: Blackcurrant. HEX triplet: 1C, 12 and 21. RGB value is (28,18,33). Sum of RGB (Red+Green+Blue) = 28+18+33=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #1C1221 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1221 is #E3EDDE. Grayscale: #161616. Windows color (decimal): -14937567 or 2167324. OLE color: 2167324.

HSL color Cylindrical-coordinate representation of color #1C1221: hue angle of 280º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C1221 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 28 18 33 -
CMYK 0.15 0.45 0 0.87
HSL 280º 0.29% 0.1% -
HSV(B) 280º 0.45% 0.13% -
XYZ 0.97 0.79 1.54 -
YUV 22.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 28 18 33 0.15 0.45 0 0.87 280 0.29 0.1
Hex 1C 12 21 F 2D 0 57 118 1D A
Octal 34 22 41 17 55 0 127 430 35 12
Binary 11100 10010 100001 1111 101101 0 1010111 100011000 11101 1010

Color Harmonies of #1C1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1221

Black with #1C1221

Text Example


Text Example

White with #1C1221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,33); }

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

background-color css

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

 a { background-color: rgb(28,18,33); }

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

border-color css

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

 span { border-color: rgb(28,18,33); }

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