Html Css Color HEX #1C053C Blackcurrant

📋 copy color: '#1C053C'

red 28 ◦ green 5 ◦ blue 60

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

Shades of Blackcurrant #1C053C

Tints of Blackcurrant #1C053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 64.52%

R = 30.11%
G = 5.38%
B = 64.52%

CMYK

 C value IS 0.53

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C053C (or 0x1C053C) is known color: Blackcurrant. HEX triplet: 1C, 05 and 3C. RGB value is (28,5,60). Sum of RGB (Red+Green+Blue) = 28+5+60=93 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.11% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C053C is #E3FAC3. Grayscale: #111111. Windows color (decimal): -14940868 or 3933468. OLE color: 3933468.

HSL color Cylindrical-coordinate representation of color #1C053C: hue angle of 265.09º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1C053C is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 5 60 -
CMYK 0.53 0.92 0 0.76
HSL 265.09º 0.85% 0.13% -
HSV(B) 265.09º 0.92% 0.24% -
XYZ 1.35 0.68 4.34 -
YUV 18.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 28 5 60 0.53 0.92 0 0.76 265.09 0.85 0.13
Hex 1C 5 3C 35 5C 0 4C 109 55 D
Octal 34 5 74 65 134 0 114 411 125 15
Binary 11100 101 111100 110101 1011100 0 1001100 100001001 1010101 1101

Color Harmonies of #1C053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C053C

Black with #1C053C

Text Example


Text Example

White with #1C053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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