Html Css Color HEX #280F2C Blackcurrant

📋 copy color: '#280F2C'

red 40 ◦ green 15 ◦ blue 44

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

Shades of Blackcurrant #280F2C

Tints of Blackcurrant #280F2C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.15%

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

R = 40.4%
G = 15.15%
B = 44.44%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#280F2C (or 0x280F2C) is known color: Blackcurrant. HEX triplet: 28, 0F and 2C. RGB value is (40,15,44). Sum of RGB (Red+Green+Blue) = 40+15+44=99 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40.40% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 44 (17.58% from 255 or 44.44% from 99); Max value from RGB is 44 - color contains mainly: blue. Hex color #280F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F2C is #D7F0D3. Grayscale: #191919. Windows color (decimal): -14151892 or 2887464. OLE color: 2887464.

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

Color convert

RGB 40 15 44 -
CMYK 0.09 0.66 0 0.83
HSL 291.72º 0.49% 0.12% -
HSV(B) 291.72º 0.66% 0.17% -
XYZ 1.5 0.97 2.49 -
YUV 25.78 138.28 138.14 -
System Red Green Blue C M Y K H S L
Decimal 40 15 44 0.09 0.66 0 0.83 291.72 0.49 0.12
Hex 28 F 2C 9 42 0 53 124 31 C
Octal 50 17 54 11 102 0 123 444 61 14
Binary 101000 1111 101100 1001 1000010 0 1010011 100100100 110001 1100

Color Harmonies of #280F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F2C

Black with #280F2C

Text Example


Text Example

White with #280F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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