Html Css Color HEX #1C1227 Blackcurrant

📋 copy color: '#1C1227'

red 28 ◦ green 18 ◦ blue 39

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

Shades of Blackcurrant #1C1227

Tints of Blackcurrant #1C1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 21.18%

 BLUE value IS 39 (15.63% from 255) = 45.88%

R = 32.94%
G = 21.18%
B = 45.88%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C1227 (or 0x1C1227) is known color: Blackcurrant. HEX triplet: 1C, 12 and 27. RGB value is (28,18,39). Sum of RGB (Red+Green+Blue) = 28+18+39=85 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.94% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #1C1227 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1227 is #E3EDD8. Grayscale: #171717. Windows color (decimal): -14937561 or 2560540. OLE color: 2560540.

HSL color Cylindrical-coordinate representation of color #1C1227: hue angle of 268.57º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C1227 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 28 18 39 -
CMYK 0.28 0.54 0 0.85
HSL 268.57º 0.37% 0.11% -
HSV(B) 268.57º 0.54% 0.15% -
XYZ 1.06 0.83 2.02 -
YUV 23.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 28 18 39 0.28 0.54 0 0.85 268.57 0.37 0.11
Hex 1C 12 27 1C 36 0 55 10D 25 B
Octal 34 22 47 34 66 0 125 415 45 13
Binary 11100 10010 100111 11100 110110 0 1010101 100001101 100101 1011

Color Harmonies of #1C1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1227

Black with #1C1227

Text Example


Text Example

White with #1C1227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,39); }

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

background-color css

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

 a { background-color: rgb(28,18,39); }

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

border-color css

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

 span { border-color: rgb(28,18,39); }

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