Html Css Color HEX #280253 Blackcurrant

📋 copy color: '#280253'

red 40 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #280253

Tints of Blackcurrant #280253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.6%

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

R = 32%
G = 1.6%
B = 66.4%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#280253 (or 0x280253) is known color: Blackcurrant. HEX triplet: 28, 02 and 53. RGB value is (40,2,83). Sum of RGB (Red+Green+Blue) = 40+2+83=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #280253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280253 is #D7FDAC. Grayscale: #161616. Windows color (decimal): -14155181 or 5440040. OLE color: 5440040.

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

Color convert

RGB 40 2 83 -
CMYK 0.52 0.98 0 0.67
HSL 268.15º 0.95% 0.17% -
HSV(B) 268.15º 0.98% 0.33% -
XYZ 2.46 1.12 8.27 -
YUV 22.6 162.09 140.41 -
System Red Green Blue C M Y K H S L
Decimal 40 2 83 0.52 0.98 0 0.67 268.15 0.95 0.17
Hex 28 2 53 34 62 0 43 10C 5F 11
Octal 50 2 123 64 142 0 103 414 137 21
Binary 101000 10 1010011 110100 1100010 0 1000011 100001100 1011111 10001

Color Harmonies of #280253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280253

Black with #280253

Text Example


Text Example

White with #280253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280253; }

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

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

background-color css

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

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

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

border-color css

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

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

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