Html Css Color HEX #1C093A Blackcurrant

📋 copy color: '#1C093A'

red 28 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #1C093A

Tints of Blackcurrant #1C093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.47%

 BLUE value IS 58 (23.05% from 255) = 61.05%

R = 29.47%
G = 9.47%
B = 61.05%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C093A (or 0x1C093A) is known color: Blackcurrant. HEX triplet: 1C, 09 and 3A. RGB value is (28,9,58). Sum of RGB (Red+Green+Blue) = 28+9+58=95 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.47% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 58 (23.05% from 255 or 61.05% from 95); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C093A is #E3F6C5. Grayscale: #141414. Windows color (decimal): -14939846 or 3803420. OLE color: 3803420.

HSL color Cylindrical-coordinate representation of color #1C093A: hue angle of 263.27º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C093A is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 28 9 58 -
CMYK 0.52 0.84 0 0.77
HSL 263.27º 0.73% 0.13% -
HSV(B) 263.27º 0.84% 0.23% -
XYZ 1.34 0.75 4.08 -
YUV 20.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 28 9 58 0.52 0.84 0 0.77 263.27 0.73 0.13
Hex 1C 9 3A 34 54 0 4D 107 49 D
Octal 34 11 72 64 124 0 115 407 111 15
Binary 11100 1001 111010 110100 1010100 0 1001101 100000111 1001001 1101

Color Harmonies of #1C093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C093A

Black with #1C093A

Text Example


Text Example

White with #1C093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,9,58); }

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

background-color css

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

 a { background-color: rgb(28,9,58); }

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

border-color css

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

 span { border-color: rgb(28,9,58); }

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