Html Css Color HEX #1C0332 Blackcurrant

📋 copy color: '#1C0332'

red 28 ◦ green 3 ◦ blue 50

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

Shades of Blackcurrant #1C0332

Tints of Blackcurrant #1C0332

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.7%

 BLUE value IS 50 (19.92% from 255) = 61.73%

R = 34.57%
G = 3.7%
B = 61.73%

CMYK

 C value IS 0.44

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1C0332 (or 0x1C0332) is known color: Blackcurrant. HEX triplet: 1C, 03 and 32. RGB value is (28,3,50). Sum of RGB (Red+Green+Blue) = 28+3+50=81 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.57% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 50 (19.92% from 255 or 61.73% from 81); Max value from RGB is 50 - color contains mainly: blue. Hex color #1C0332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0332 is #E3FCCD. Grayscale: #0F0F0F. Windows color (decimal): -14941390 or 3277596. OLE color: 3277596.

HSL color Cylindrical-coordinate representation of color #1C0332: hue angle of 271.91º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C0332 is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 28 3 50 -
CMYK 0.44 0.94 0 0.80
HSL 271.91º 0.89% 0.1% -
HSV(B) 271.91º 0.94% 0.2% -
XYZ 1.09 0.54 3.06 -
YUV 15.83 147.28 136.68 -
System Red Green Blue C M Y K H S L
Decimal 28 3 50 0.44 0.94 0 0.80 271.91 0.89 0.1
Hex 1C 3 32 2C 5E 0 50 110 59 A
Octal 34 3 62 54 136 0 120 420 131 12
Binary 11100 11 110010 101100 1011110 0 1010000 100010000 1011001 1010

Color Harmonies of #1C0332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0332

Black with #1C0332

Text Example


Text Example

White with #1C0332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,3,50); }

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

background-color css

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

 a { background-color: rgb(28,3,50); }

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

border-color css

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

 span { border-color: rgb(28,3,50); }

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