Html Css Color HEX #280153 Blackcurrant

📋 copy color: '#280153'

red 40 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #280153

Tints of Blackcurrant #280153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 66.94%

R = 32.26%
G = 0.81%
B = 66.94%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#280153 (or 0x280153) is known color: Blackcurrant. HEX triplet: 28, 01 and 53. RGB value is (40,1,83). Sum of RGB (Red+Green+Blue) = 40+1+83=124 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.26% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 83 (32.81% from 255 or 66.94% from 124); Max value from RGB is 83 - color contains mainly: blue. Hex color #280153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280153 is #D7FEAC. Grayscale: #151515. Windows color (decimal): -14155437 or 5439784. OLE color: 5439784.

HSL color Cylindrical-coordinate representation of color #280153: hue angle of 268.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280153 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 40 1 83 -
CMYK 0.52 0.99 0 0.67
HSL 268.54º 0.98% 0.16% -
HSV(B) 268.54º 0.99% 0.33% -
XYZ 2.45 1.1 8.27 -
YUV 22.01 162.42 140.83 -
System Red Green Blue C M Y K H S L
Decimal 40 1 83 0.52 0.99 0 0.67 268.54 0.98 0.16
Hex 28 1 53 34 63 0 43 10D 62 10
Octal 50 1 123 64 143 0 103 415 142 20
Binary 101000 1 1010011 110100 1100011 0 1000011 100001101 1100010 10000

Color Harmonies of #280153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280153

Black with #280153

Text Example


Text Example

White with #280153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280153; }

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

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

background-color css

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

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

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

border-color css

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

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

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