Html Css Color HEX #1C032E Blackcurrant

📋 copy color: '#1C032E'

red 28 ◦ green 3 ◦ blue 46

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

Shades of Blackcurrant #1C032E

Tints of Blackcurrant #1C032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.9%

 BLUE value IS 46 (18.36% from 255) = 59.74%

R = 36.36%
G = 3.9%
B = 59.74%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1C032E (or 0x1C032E) is known color: Blackcurrant. HEX triplet: 1C, 03 and 2E. RGB value is (28,3,46). Sum of RGB (Red+Green+Blue) = 28+3+46=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1C032E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C032E is #E3FCD1. Grayscale: #0F0F0F. Windows color (decimal): -14941394 or 3015452. OLE color: 3015452.

HSL color Cylindrical-coordinate representation of color #1C032E: hue angle of 274.88º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1C032E is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 28 3 46 -
CMYK 0.39 0.93 0 0.82
HSL 274.88º 0.88% 0.1% -
HSV(B) 274.88º 0.93% 0.18% -
XYZ 1 0.51 2.63 -
YUV 15.38 145.28 137 -
System Red Green Blue C M Y K H S L
Decimal 28 3 46 0.39 0.93 0 0.82 274.88 0.88 0.1
Hex 1C 3 2E 27 5D 0 52 113 58 A
Octal 34 3 56 47 135 0 122 423 130 12
Binary 11100 11 101110 100111 1011101 0 1010010 100010011 1011000 1010

Color Harmonies of #1C032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C032E

Black with #1C032E

Text Example


Text Example

White with #1C032E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,3,46); }

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

background-color css

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

 a { background-color: rgb(28,3,46); }

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

border-color css

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

 span { border-color: rgb(28,3,46); }

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