Html Css Color HEX #280F2D Blackcurrant

📋 copy color: '#280F2D'

red 40 ◦ green 15 ◦ blue 45

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

Shades of Blackcurrant #280F2D

Tints of Blackcurrant #280F2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 45%

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#280F2D (or 0x280F2D) is known color: Blackcurrant. HEX triplet: 28, 0F and 2D. RGB value is (40,15,45). Sum of RGB (Red+Green+Blue) = 40+15+45=100 (13% of max value = 765). Red value is 40 (16.02% from 255 or 40% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #280F2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F2D is #D7F0D2. Grayscale: #191919. Windows color (decimal): -14151891 or 2953000. OLE color: 2953000.

HSL color Cylindrical-coordinate representation of color #280F2D: hue angle of 290º degrees, saturation: 0.5, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #280F2D is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 15 45 -
CMYK 0.11 0.67 0 0.82
HSL 290º 0.5% 0.12% -
HSV(B) 290º 0.67% 0.18% -
XYZ 1.52 0.98 2.59 -
YUV 25.9 138.78 138.06 -
System Red Green Blue C M Y K H S L
Decimal 40 15 45 0.11 0.67 0 0.82 290 0.5 0.12
Hex 28 F 2D B 43 0 52 122 32 C
Octal 50 17 55 13 103 0 122 442 62 14
Binary 101000 1111 101101 1011 1000011 0 1010010 100100010 110010 1100

Color Harmonies of #280F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F2D

Black with #280F2D

Text Example


Text Example

White with #280F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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