Html Css Color HEX #1C1027 Blackcurrant

📋 copy color: '#1C1027'

red 28 ◦ green 16 ◦ blue 39

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

Shades of Blackcurrant #1C1027

Tints of Blackcurrant #1C1027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

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

R = 33.73%
G = 19.28%
B = 46.99%

CMYK

 C value IS 0.28

 M value IS 0.59

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C1027 (or 0x1C1027) is known color: Blackcurrant. HEX triplet: 1C, 10 and 27. RGB value is (28,16,39). Sum of RGB (Red+Green+Blue) = 28+16+39=83 (10% of max value = 765). Red value is 28 (11.33% from 255 or 33.73% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 39 (15.62% from 255 or 46.99% from 83); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C1027 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1027 is #E3EFD8. Grayscale: #161616. Windows color (decimal): -14938073 or 2560028. OLE color: 2560028.

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

Color convert

RGB 28 16 39 -
CMYK 0.28 0.59 0 0.85
HSL 271.3º 0.42% 0.11% -
HSV(B) 271.3º 0.59% 0.15% -
XYZ 1.03 0.76 2.01 -
YUV 22.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 28 16 39 0.28 0.59 0 0.85 271.3 0.42 0.11
Hex 1C 10 27 1C 3B 0 55 10F 2A B
Octal 34 20 47 34 73 0 125 417 52 13
Binary 11100 10000 100111 11100 111011 0 1010101 100001111 101010 1011

Color Harmonies of #1C1027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1027

Black with #1C1027

Text Example


Text Example

White with #1C1027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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