Html Css Color HEX #1C0527 Blackcurrant

📋 copy color: '#1C0527'

red 28 ◦ green 5 ◦ blue 39

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

Shades of Blackcurrant #1C0527

Tints of Blackcurrant #1C0527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 54.17%

R = 38.89%
G = 6.94%
B = 54.17%

CMYK

 C value IS 0.28

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C0527 (or 0x1C0527) is known color: Blackcurrant. HEX triplet: 1C, 05 and 27. RGB value is (28,5,39). Sum of RGB (Red+Green+Blue) = 28+5+39=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C0527 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0527 is #E3FAD8. Grayscale: #0F0F0F. Windows color (decimal): -14940889 or 2557212. OLE color: 2557212.

HSL color Cylindrical-coordinate representation of color #1C0527: hue angle of 280.59º degrees, saturation: 0.77, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C0527 is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 5 39 -
CMYK 0.28 0.87 0 0.85
HSL 280.59º 0.77% 0.09% -
HSV(B) 280.59º 0.87% 0.15% -
XYZ 0.9 0.5 1.97 -
YUV 15.75 141.12 136.74 -
System Red Green Blue C M Y K H S L
Decimal 28 5 39 0.28 0.87 0 0.85 280.59 0.77 0.09
Hex 1C 5 27 1C 57 0 55 119 4D 9
Octal 34 5 47 34 127 0 125 431 115 11
Binary 11100 101 100111 11100 1010111 0 1010101 100011001 1001101 1001

Color Harmonies of #1C0527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0527

Black with #1C0527

Text Example


Text Example

White with #1C0527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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