Html Css Color HEX #1C0531 Blackcurrant

📋 copy color: '#1C0531'

red 28 ◦ green 5 ◦ blue 49

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

Shades of Blackcurrant #1C0531

Tints of Blackcurrant #1C0531

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.1%

 BLUE value IS 49 (19.53% from 255) = 59.76%

R = 34.15%
G = 6.1%
B = 59.76%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1C0531 (or 0x1C0531) is known color: Blackcurrant. HEX triplet: 1C, 05 and 31. RGB value is (28,5,49). Sum of RGB (Red+Green+Blue) = 28+5+49=82 (10% of max value = 765). Red value is 28 (11.33% from 255 or 34.15% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #1C0531 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0531 is #E3FACE. Grayscale: #101010. Windows color (decimal): -14940879 or 3212572. OLE color: 3212572.

HSL color Cylindrical-coordinate representation of color #1C0531: hue angle of 271.36º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C0531 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 5 49 -
CMYK 0.43 0.90 0 0.81
HSL 271.36º 0.81% 0.11% -
HSV(B) 271.36º 0.9% 0.19% -
XYZ 1.09 0.58 2.96 -
YUV 16.89 146.12 135.92 -
System Red Green Blue C M Y K H S L
Decimal 28 5 49 0.43 0.90 0 0.81 271.36 0.81 0.11
Hex 1C 5 31 2B 5A 0 51 10F 51 B
Octal 34 5 61 53 132 0 121 417 121 13
Binary 11100 101 110001 101011 1011010 0 1010001 100001111 1010001 1011

Color Harmonies of #1C0531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0531

Black with #1C0531

Text Example


Text Example

White with #1C0531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,5,49); }

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

background-color css

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

 a { background-color: rgb(28,5,49); }

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

border-color css

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

 span { border-color: rgb(28,5,49); }

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