Html Css Color HEX #280F40 Blackcurrant

📋 copy color: '#280F40'

red 40 ◦ green 15 ◦ blue 64

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

Shades of Blackcurrant #280F40

Tints of Blackcurrant #280F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 53.78%

R = 33.61%
G = 12.61%
B = 53.78%

CMYK

 C value IS 0.38

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280F40 (or 0x280F40) is known color: Blackcurrant. HEX triplet: 28, 0F and 40. RGB value is (40,15,64). Sum of RGB (Red+Green+Blue) = 40+15+64=119 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.61% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #280F40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F40 is #D7F0BF. Grayscale: #1B1B1B. Windows color (decimal): -14151872 or 4198184. OLE color: 4198184.

HSL color Cylindrical-coordinate representation of color #280F40: hue angle of 270.61º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #280F40 is Cyan = 0.38, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 15 64 -
CMYK 0.38 0.77 0 0.75
HSL 270.61º 0.62% 0.15% -
HSV(B) 270.61º 0.77% 0.25% -
XYZ 1.97 1.16 4.97 -
YUV 28.06 148.28 136.52 -
System Red Green Blue C M Y K H S L
Decimal 40 15 64 0.38 0.77 0 0.75 270.61 0.62 0.15
Hex 28 F 40 26 4D 0 4B 10F 3E F
Octal 50 17 100 46 115 0 113 417 76 17
Binary 101000 1111 1000000 100110 1001101 0 1001011 100001111 111110 1111

Color Harmonies of #280F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F40

Black with #280F40

Text Example


Text Example

White with #280F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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