Html Css Color HEX #280F2E Blackcurrant

📋 copy color: '#280F2E'

red 40 ◦ green 15 ◦ blue 46

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

Shades of Blackcurrant #280F2E

Tints of Blackcurrant #280F2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 39.6%
G = 14.85%
B = 45.54%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#280F2E (or 0x280F2E) is known color: Blackcurrant. HEX triplet: 28, 0F and 2E. RGB value is (40,15,46). Sum of RGB (Red+Green+Blue) = 40+15+46=101 (13% of max value = 765). Red value is 40 (16.02% from 255 or 39.60% from 101); Green value is 15 (6.25% from 255 or 14.85% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #280F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F2E is #D7F0D1. Grayscale: #191919. Windows color (decimal): -14151890 or 3018536. OLE color: 3018536.

HSL color Cylindrical-coordinate representation of color #280F2E: hue angle of 288.39º degrees, saturation: 0.51, 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 #280F2E is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 40 15 46 -
CMYK 0.13 0.67 0 0.82
HSL 288.39º 0.51% 0.12% -
HSV(B) 288.39º 0.67% 0.18% -
XYZ 1.54 0.99 2.69 -
YUV 26.01 139.28 137.98 -
System Red Green Blue C M Y K H S L
Decimal 40 15 46 0.13 0.67 0 0.82 288.39 0.51 0.12
Hex 28 F 2E D 43 0 52 120 33 C
Octal 50 17 56 15 103 0 122 440 63 14
Binary 101000 1111 101110 1101 1000011 0 1010010 100100000 110011 1100

Color Harmonies of #280F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F2E

Black with #280F2E

Text Example


Text Example

White with #280F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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