Html Css Color HEX #280F39 Blackcurrant

📋 copy color: '#280F39'

red 40 ◦ green 15 ◦ blue 57

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

Shades of Blackcurrant #280F39

Tints of Blackcurrant #280F39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 50.89%

R = 35.71%
G = 13.39%
B = 50.89%

CMYK

 C value IS 0.30

 M value IS 0.74

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#280F39 (or 0x280F39) is known color: Blackcurrant. HEX triplet: 28, 0F and 39. RGB value is (40,15,57). Sum of RGB (Red+Green+Blue) = 40+15+57=112 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.71% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 57 (22.66% from 255 or 50.89% from 112); Max value from RGB is 57 - color contains mainly: blue. Hex color #280F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280F39 is #D7F0C6. Grayscale: #1B1B1B. Windows color (decimal): -14151879 or 3739432. OLE color: 3739432.

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

Color convert

RGB 40 15 57 -
CMYK 0.30 0.74 0 0.78
HSL 275.71º 0.58% 0.14% -
HSV(B) 275.71º 0.74% 0.22% -
XYZ 1.78 1.09 3.99 -
YUV 27.26 144.78 137.08 -
System Red Green Blue C M Y K H S L
Decimal 40 15 57 0.30 0.74 0 0.78 275.71 0.58 0.14
Hex 28 F 39 1E 4A 0 4E 114 3A E
Octal 50 17 71 36 112 0 116 424 72 16
Binary 101000 1111 111001 11110 1001010 0 1001110 100010100 111010 1110

Color Harmonies of #280F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280F39

Black with #280F39

Text Example


Text Example

White with #280F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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