Html Css Color HEX #280F38 Blackcurrant

📋 copy color: '#280F38'

red 40 ◦ green 15 ◦ blue 56

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

Shades of Blackcurrant #280F38

Tints of Blackcurrant #280F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 50.45%

R = 36.04%
G = 13.51%
B = 50.45%

CMYK

 C value IS 0.29

 M value IS 0.73

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280F38 (or 0x280F38) is known color: Blackcurrant. HEX triplet: 28, 0F and 38. RGB value is (40,15,56). Sum of RGB (Red+Green+Blue) = 40+15+56=111 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.04% from 111); Green value is 15 (6.25% from 255 or 13.51% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #280F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F38 is #D7F0C7. Grayscale: #1B1B1B. Windows color (decimal): -14151880 or 3673896. OLE color: 3673896.

HSL color Cylindrical-coordinate representation of color #280F38: hue angle of 276.59º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #280F38 is Cyan = 0.29, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 40 15 56 -
CMYK 0.29 0.73 0 0.78
HSL 276.59º 0.58% 0.14% -
HSV(B) 276.59º 0.73% 0.22% -
XYZ 1.76 1.08 3.86 -
YUV 27.15 144.28 137.17 -
System Red Green Blue C M Y K H S L
Decimal 40 15 56 0.29 0.73 0 0.78 276.59 0.58 0.14
Hex 28 F 38 1D 49 0 4E 115 3A E
Octal 50 17 70 35 111 0 116 425 72 16
Binary 101000 1111 111000 11101 1001001 0 1001110 100010101 111010 1110

Color Harmonies of #280F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F38

Black with #280F38

Text Example


Text Example

White with #280F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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