Html Css Color HEX #1C022F Blackcurrant

📋 copy color: '#1C022F'

red 28 ◦ green 2 ◦ blue 47

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

Shades of Blackcurrant #1C022F

Tints of Blackcurrant #1C022F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.6%

 BLUE value IS 47 (18.75% from 255) = 61.04%

R = 36.36%
G = 2.6%
B = 61.04%

CMYK

 C value IS 0.40

 M value IS 0.96

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1C022F (or 0x1C022F) is known color: Blackcurrant. HEX triplet: 1C, 02 and 2F. RGB value is (28,2,47). Sum of RGB (Red+Green+Blue) = 28+2+47=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C022F is #E3FDD0. Grayscale: #0E0E0E. Windows color (decimal): -14941649 or 3080732. OLE color: 3080732.

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

Color convert

RGB 28 2 47 -
CMYK 0.40 0.96 0 0.82
HSL 274.67º 0.92% 0.1% -
HSV(B) 274.67º 0.96% 0.18% -
XYZ 1.01 0.5 2.73 -
YUV 14.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 28 2 47 0.40 0.96 0 0.82 274.67 0.92 0.1
Hex 1C 2 2F 28 60 0 52 113 5C A
Octal 34 2 57 50 140 0 122 423 134 12
Binary 11100 10 101111 101000 1100000 0 1010010 100010011 1011100 1010

Color Harmonies of #1C022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C022F

Black with #1C022F

Text Example


Text Example

White with #1C022F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,2,47); }

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

background-color css

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

 a { background-color: rgb(28,2,47); }

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

border-color css

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

 span { border-color: rgb(28,2,47); }

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