Html Css Color HEX #1C012B Blackcurrant

📋 copy color: '#1C012B'

red 28 ◦ green 1 ◦ blue 43

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

Shades of Blackcurrant #1C012B

Tints of Blackcurrant #1C012B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.39%

 BLUE value IS 43 (17.19% from 255) = 59.72%

R = 38.89%
G = 1.39%
B = 59.72%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#1C012B (or 0x1C012B) is known color: Blackcurrant. HEX triplet: 1C, 01 and 2B. RGB value is (28,1,43). Sum of RGB (Red+Green+Blue) = 28+1+43=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 43 (17.19% from 255 or 59.72% from 72); Max value from RGB is 43 - color contains mainly: blue. Hex color #1C012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C012B is #E3FED4. Grayscale: #0D0D0D. Windows color (decimal): -14941909 or 2818332. OLE color: 2818332.

HSL color Cylindrical-coordinate representation of color #1C012B: hue angle of 278.57º degrees, saturation: 0.95, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1C012B is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 28 1 43 -
CMYK 0.35 0.98 0 0.83
HSL 278.57º 0.95% 0.09% -
HSV(B) 278.57º 0.98% 0.17% -
XYZ 0.93 0.44 2.32 -
YUV 13.86 144.45 138.08 -
System Red Green Blue C M Y K H S L
Decimal 28 1 43 0.35 0.98 0 0.83 278.57 0.95 0.09
Hex 1C 1 2B 23 62 0 53 117 5F 9
Octal 34 1 53 43 142 0 123 427 137 11
Binary 11100 1 101011 100011 1100010 0 1010011 100010111 1011111 1001

Color Harmonies of #1C012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C012B

Black with #1C012B

Text Example


Text Example

White with #1C012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,43); }

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

background-color css

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

 a { background-color: rgb(28,1,43); }

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

border-color css

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

 span { border-color: rgb(28,1,43); }

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