Html Css Color HEX #1C063F Blackcurrant

📋 copy color: '#1C063F'

red 28 ◦ green 6 ◦ blue 63

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

Shades of Blackcurrant #1C063F

Tints of Blackcurrant #1C063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

 BLUE value IS 63 (25% from 255) = 64.95%

R = 28.87%
G = 6.19%
B = 64.95%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#1C063F (or 0x1C063F) is known color: Blackcurrant. HEX triplet: 1C, 06 and 3F. RGB value is (28,6,63). Sum of RGB (Red+Green+Blue) = 28+6+63=97 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.87% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 63 (25% from 255 or 64.95% from 97); Max value from RGB is 63 - color contains mainly: blue. Hex color #1C063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C063F is #E3F9C0. Grayscale: #121212. Windows color (decimal): -14940609 or 4130332. OLE color: 4130332.

HSL color Cylindrical-coordinate representation of color #1C063F: hue angle of 263.16º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1C063F is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 28 6 63 -
CMYK 0.56 0.90 0 0.75
HSL 263.16º 0.83% 0.14% -
HSV(B) 263.16º 0.9% 0.25% -
XYZ 1.44 0.74 4.77 -
YUV 19.08 152.79 134.37 -
System Red Green Blue C M Y K H S L
Decimal 28 6 63 0.56 0.90 0 0.75 263.16 0.83 0.14
Hex 1C 6 3F 38 5A 0 4B 107 53 E
Octal 34 6 77 70 132 0 113 407 123 16
Binary 11100 110 111111 111000 1011010 0 1001011 100000111 1010011 1110

Color Harmonies of #1C063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C063F

Black with #1C063F

Text Example


Text Example

White with #1C063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,6,63); }

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

background-color css

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

 a { background-color: rgb(28,6,63); }

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

border-color css

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

 span { border-color: rgb(28,6,63); }

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