Html Css Color HEX #280C2C Blackcurrant

📋 copy color: '#280C2C'

red 40 ◦ green 12 ◦ blue 44

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

Shades of Blackcurrant #280C2C

Tints of Blackcurrant #280C2C

RGB

 RED value IS 40 (16.02% from 255) = 41.67%

 GREEN value IS 12 (5.08% from 255) = 12.5%

 BLUE value IS 44 (17.58% from 255) = 45.83%

R = 41.67%
G = 12.5%
B = 45.83%

CMYK

 C value IS 0.09

 M value IS 0.73

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#280C2C (or 0x280C2C) is known color: Blackcurrant. HEX triplet: 28, 0C and 2C. RGB value is (40,12,44). Sum of RGB (Red+Green+Blue) = 40+12+44=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 12 (5.08% from 255 or 12.5% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #280C2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C2C is #D7F3D3. Grayscale: #171717. Windows color (decimal): -14152660 or 2886696. OLE color: 2886696.

HSL color Cylindrical-coordinate representation of color #280C2C: hue angle of 292.5º degrees, saturation: 0.57, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280C2C is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 40 12 44 -
CMYK 0.09 0.73 0 0.83
HSL 292.5º 0.57% 0.11% -
HSV(B) 292.5º 0.73% 0.17% -
XYZ 1.46 0.9 2.48 -
YUV 24.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 40 12 44 0.09 0.73 0 0.83 292.5 0.57 0.11
Hex 28 C 2C 9 49 0 53 124 39 B
Octal 50 14 54 11 111 0 123 444 71 13
Binary 101000 1100 101100 1001 1001001 0 1010011 100100100 111001 1011

Color Harmonies of #280C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C2C

Black with #280C2C

Text Example


Text Example

White with #280C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280C2C; }

 p { color: rgb(40,12,44); }

 H1.HeaderClassName
 {
   color: #280C2C;
 }
 .AnyTagClassName
 {
   color: #280C2C;
 }
</style>

background-color css

<style>
 a { background-color: #280C2C; }

 a { background-color: rgb(40,12,44); }

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

border-color css

<style>
 span { border-color: #280C2C; }

 span { border-color: rgb(40,12,44); }

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