Html Css Color HEX #280141 Blackcurrant

📋 copy color: '#280141'

red 40 ◦ green 1 ◦ blue 65

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

Shades of Blackcurrant #280141

Tints of Blackcurrant #280141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

 BLUE value IS 65 (25.78% from 255) = 61.32%

R = 37.74%
G = 0.94%
B = 61.32%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#280141 (or 0x280141) is known color: Blackcurrant. HEX triplet: 28, 01 and 41. RGB value is (40,1,65). Sum of RGB (Red+Green+Blue) = 40+1+65=106 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.74% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #280141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280141 is #D7FEBE. Grayscale: #131313. Windows color (decimal): -14155455 or 4260136. OLE color: 4260136.

HSL color Cylindrical-coordinate representation of color #280141: hue angle of 276.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280141 is Cyan = 0.38, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 1 65 -
CMYK 0.38 0.98 0 0.75
HSL 276.56º 0.97% 0.13% -
HSV(B) 276.56º 0.98% 0.25% -
XYZ 1.84 0.85 5.07 -
YUV 19.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 40 1 65 0.38 0.98 0 0.75 276.56 0.97 0.13
Hex 28 1 41 26 62 0 4B 115 61 D
Octal 50 1 101 46 142 0 113 425 141 15
Binary 101000 1 1000001 100110 1100010 0 1001011 100010101 1100001 1101

Color Harmonies of #280141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280141

Black with #280141

Text Example


Text Example

White with #280141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280141; }

 p { color: rgb(40,1,65); }

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

background-color css

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

 a { background-color: rgb(40,1,65); }

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

border-color css

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

 span { border-color: rgb(40,1,65); }

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