Html Css Color HEX #280353 Blackcurrant

📋 copy color: '#280353'

red 40 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #280353

Tints of Blackcurrant #280353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.38%

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

R = 31.75%
G = 2.38%
B = 65.87%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#280353 (or 0x280353) is known color: Blackcurrant. HEX triplet: 28, 03 and 53. RGB value is (40,3,83). Sum of RGB (Red+Green+Blue) = 40+3+83=126 (16% of max value = 765). Red value is 40 (16.02% from 255 or 31.75% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #280353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280353 is #D7FCAC. Grayscale: #161616. Windows color (decimal): -14154925 or 5440296. OLE color: 5440296.

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

Color convert

RGB 40 3 83 -
CMYK 0.52 0.96 0 0.67
HSL 267.75º 0.93% 0.17% -
HSV(B) 267.75º 0.96% 0.33% -
XYZ 2.47 1.14 8.27 -
YUV 23.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 40 3 83 0.52 0.96 0 0.67 267.75 0.93 0.17
Hex 28 3 53 34 60 0 43 10C 5D 11
Octal 50 3 123 64 140 0 103 414 135 21
Binary 101000 11 1010011 110100 1100000 0 1000011 100001100 1011101 10001

Color Harmonies of #280353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280353

Black with #280353

Text Example


Text Example

White with #280353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280353; }

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

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

background-color css

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

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

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

border-color css

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

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

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