Html Css Color HEX #1C1030 Blackcurrant

📋 copy color: '#1C1030'

red 28 ◦ green 16 ◦ blue 48

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

Shades of Blackcurrant #1C1030

Tints of Blackcurrant #1C1030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 52.17%

R = 30.43%
G = 17.39%
B = 52.17%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1C1030 (or 0x1C1030) is known color: Blackcurrant. HEX triplet: 1C, 10 and 30. RGB value is (28,16,48). Sum of RGB (Red+Green+Blue) = 28+16+48=92 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.43% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C1030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1030 is #E3EFCF. Grayscale: #171717. Windows color (decimal): -14938064 or 3149852. OLE color: 3149852.

HSL color Cylindrical-coordinate representation of color #1C1030: hue angle of 262.5º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C1030 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 28 16 48 -
CMYK 0.42 0.67 0 0.81
HSL 262.5º 0.5% 0.13% -
HSV(B) 262.5º 0.67% 0.19% -
XYZ 1.2 0.83 2.89 -
YUV 23.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 28 16 48 0.42 0.67 0 0.81 262.5 0.5 0.13
Hex 1C 10 30 2A 43 0 51 106 32 D
Octal 34 20 60 52 103 0 121 406 62 15
Binary 11100 10000 110000 101010 1000011 0 1010001 100000110 110010 1101

Color Harmonies of #1C1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1030

Black with #1C1030

Text Example


Text Example

White with #1C1030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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