Html Css Color HEX #280335 Blackcurrant

📋 copy color: '#280335'

red 40 ◦ green 3 ◦ blue 53

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

Shades of Blackcurrant #280335

Tints of Blackcurrant #280335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 55.21%

R = 41.67%
G = 3.13%
B = 55.21%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280335 (or 0x280335) is known color: Blackcurrant. HEX triplet: 28, 03 and 35. RGB value is (40,3,53). Sum of RGB (Red+Green+Blue) = 40+3+53=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 53 (21.09% from 255 or 55.21% from 96); Max value from RGB is 53 - color contains mainly: blue. Hex color #280335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280335 is #D7FCCA. Grayscale: #131313. Windows color (decimal): -14154955 or 3474216. OLE color: 3474216.

HSL color Cylindrical-coordinate representation of color #280335: hue angle of 284.4º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280335 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 3 53 -
CMYK 0.25 0.94 0 0.79
HSL 284.4º 0.89% 0.11% -
HSV(B) 284.4º 0.94% 0.21% -
XYZ 1.55 0.77 3.44 -
YUV 19.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 40 3 53 0.25 0.94 0 0.79 284.4 0.89 0.11
Hex 28 3 35 19 5E 0 4F 11C 59 B
Octal 50 3 65 31 136 0 117 434 131 13
Binary 101000 11 110101 11001 1011110 0 1001111 100011100 1011001 1011

Color Harmonies of #280335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280335

Black with #280335

Text Example


Text Example

White with #280335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280335; }

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

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

background-color css

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

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

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

border-color css

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

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

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