Html Css Color HEX #1C003A Blackcurrant

📋 copy color: '#1C003A'

red 28 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #1C003A

Tints of Blackcurrant #1C003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 32.56%
G = 0%
B = 67.44%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#1C003A (or 0x1C003A) is known color: Blackcurrant. HEX triplet: 1C, 00 and 3A. RGB value is (28,0,58). Sum of RGB (Red+Green+Blue) = 28+0+58=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C003A is #E3FFC5. Grayscale: #0E0E0E. Windows color (decimal): -14942150 or 3801116. OLE color: 3801116.

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

Color convert

RGB 28 0 58 -
CMYK 0.52 1 0 0.77
HSL 268.97º 1% 0.11% -
HSV(B) 268.97º 1% 0.23% -
XYZ 1.24 0.55 4.04 -
YUV 14.98 152.28 137.28 -
System Red Green Blue C M Y K H S L
Decimal 28 0 58 0.52 1 0 0.77 268.97 1 0.11
Hex 1C 0 3A 34 64 0 4D 10D 64 B
Octal 34 0 72 64 144 0 115 415 144 13
Binary 11100 0 111010 110100 1100100 0 1001101 100001101 1100100 1011

Color Harmonies of #1C003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C003A

Black with #1C003A

Text Example


Text Example

White with #1C003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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