Html Css Color HEX #1C0D25 Blackcurrant

📋 copy color: '#1C0D25'

red 28 ◦ green 13 ◦ blue 37

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

Shades of Blackcurrant #1C0D25

Tints of Blackcurrant #1C0D25

RGB

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

 GREEN value IS 13 (5.47% from 255) = 16.67%

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

R = 35.9%
G = 16.67%
B = 47.44%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#1C0D25 (or 0x1C0D25) is known color: Blackcurrant. HEX triplet: 1C, 0D and 25. RGB value is (28,13,37). Sum of RGB (Red+Green+Blue) = 28+13+37=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 37 (14.84% from 255 or 47.44% from 78); Max value from RGB is 37 - color contains mainly: blue. Hex color #1C0D25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C0D25 is #E3F2DA. Grayscale: #141414. Windows color (decimal): -14938843 or 2428188. OLE color: 2428188.

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

Color convert

RGB 28 13 37 -
CMYK 0.24 0.65 0 0.85
HSL 277.5º 0.48% 0.1% -
HSV(B) 277.5º 0.65% 0.15% -
XYZ 0.96 0.67 1.83 -
YUV 20.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 28 13 37 0.24 0.65 0 0.85 277.5 0.48 0.1
Hex 1C D 25 18 41 0 55 116 30 A
Octal 34 15 45 30 101 0 125 426 60 12
Binary 11100 1101 100101 11000 1000001 0 1010101 100010110 110000 1010

Color Harmonies of #1C0D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0D25

Black with #1C0D25

Text Example


Text Example

White with #1C0D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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