Html Css Color HEX #1C083C Blackcurrant

📋 copy color: '#1C083C'

red 28 ◦ green 8 ◦ blue 60

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

Shades of Blackcurrant #1C083C

Tints of Blackcurrant #1C083C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.33%

 BLUE value IS 60 (23.83% from 255) = 62.5%

R = 29.17%
G = 8.33%
B = 62.5%

CMYK

 C value IS 0.53

 M value IS 0.87

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1C083C (or 0x1C083C) is known color: Blackcurrant. HEX triplet: 1C, 08 and 3C. RGB value is (28,8,60). Sum of RGB (Red+Green+Blue) = 28+8+60=96 (12% of max value = 765). Red value is 28 (11.33% from 255 or 29.17% from 96); Green value is 8 (3.52% from 255 or 8.33% from 96); Blue value is 60 (23.83% from 255 or 62.5% from 96); Max value from RGB is 60 - color contains mainly: blue. Hex color #1C083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C083C is #E3F7C3. Grayscale: #131313. Windows color (decimal): -14940100 or 3934236. OLE color: 3934236.

HSL color Cylindrical-coordinate representation of color #1C083C: hue angle of 263.08º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C083C is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 28 8 60 -
CMYK 0.53 0.87 0 0.76
HSL 263.08º 0.76% 0.13% -
HSV(B) 263.08º 0.87% 0.24% -
XYZ 1.38 0.75 4.35 -
YUV 19.91 150.63 133.77 -
System Red Green Blue C M Y K H S L
Decimal 28 8 60 0.53 0.87 0 0.76 263.08 0.76 0.13
Hex 1C 8 3C 35 57 0 4C 107 4C D
Octal 34 10 74 65 127 0 114 407 114 15
Binary 11100 1000 111100 110101 1010111 0 1001100 100000111 1001100 1101

Color Harmonies of #1C083C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C083C

Black with #1C083C

Text Example


Text Example

White with #1C083C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,8,60); }

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

background-color css

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

 a { background-color: rgb(28,8,60); }

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

border-color css

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

 span { border-color: rgb(28,8,60); }

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