Html Css Color HEX #1C1525 Blackcurrant

📋 copy color: '#1C1525'

red 28 ◦ green 21 ◦ blue 37

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

Shades of Blackcurrant #1C1525

Tints of Blackcurrant #1C1525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

 BLUE value IS 37 (14.84% from 255) = 43.02%

R = 32.56%
G = 24.42%
B = 43.02%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C1525 (or 0x1C1525) is known color: Blackcurrant. HEX triplet: 1C, 15 and 25. RGB value is (28,21,37). Sum of RGB (Red+Green+Blue) = 28+21+37=86 (11% of max value = 765). Red value is 28 (11.33% from 255 or 32.56% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1525 is #E3EADA. Grayscale: #181818. Windows color (decimal): -14936795 or 2430236. OLE color: 2430236.

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

Color convert

RGB 28 21 37 -
CMYK 0.24 0.43 0 0.85
HSL 266.25º 0.28% 0.11% -
HSV(B) 266.25º 0.43% 0.15% -
XYZ 1.08 0.92 1.87 -
YUV 24.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 28 21 37 0.24 0.43 0 0.85 266.25 0.28 0.11
Hex 1C 15 25 18 2B 0 55 10A 1C B
Octal 34 25 45 30 53 0 125 412 34 13
Binary 11100 10101 100101 11000 101011 0 1010101 100001010 11100 1011

Color Harmonies of #1C1525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1525

Black with #1C1525

Text Example


Text Example

White with #1C1525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,21,37); }

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

background-color css

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

 a { background-color: rgb(28,21,37); }

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

border-color css

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

 span { border-color: rgb(28,21,37); }

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