Html Css Color HEX #1C121F Blackcurrant

📋 copy color: '#1C121F'

red 28 ◦ green 18 ◦ blue 31

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

Shades of Blackcurrant #1C121F

Tints of Blackcurrant #1C121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 40.26%

R = 36.36%
G = 23.38%
B = 40.26%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#1C121F (or 0x1C121F) is known color: Blackcurrant. HEX triplet: 1C, 12 and 1F. RGB value is (28,18,31). Sum of RGB (Red+Green+Blue) = 28+18+31=77 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.36% from 77); Green value is 18 (7.42% from 255 or 23.38% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 31 - color contains mainly: blue. Hex color #1C121F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C121F is #E3EDE0. Grayscale: #161616. Windows color (decimal): -14937569 or 2036252. OLE color: 2036252.

HSL color Cylindrical-coordinate representation of color #1C121F: hue angle of 286.15º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C121F is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 28 18 31 -
CMYK 0.10 0.42 0 0.88
HSL 286.15º 0.27% 0.1% -
HSV(B) 286.15º 0.42% 0.12% -
XYZ 0.94 0.78 1.4 -
YUV 22.47 132.81 131.94 -
System Red Green Blue C M Y K H S L
Decimal 28 18 31 0.10 0.42 0 0.88 286.15 0.27 0.1
Hex 1C 12 1F A 2A 0 58 11E 1B A
Octal 34 22 37 12 52 0 130 436 33 12
Binary 11100 10010 11111 1010 101010 0 1011000 100011110 11011 1010

Color Harmonies of #1C121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C121F

Black with #1C121F

Text Example


Text Example

White with #1C121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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