Html Css Color HEX #280235 Blackcurrant

📋 copy color: '#280235'

red 40 ◦ green 2 ◦ blue 53

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

Shades of Blackcurrant #280235

Tints of Blackcurrant #280235

RGB

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

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

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

R = 42.11%
G = 2.11%
B = 55.79%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280235 (or 0x280235) is known color: Blackcurrant. HEX triplet: 28, 02 and 35. RGB value is (40,2,53). Sum of RGB (Red+Green+Blue) = 40+2+53=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #280235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280235 is #D7FDCA. Grayscale: #131313. Windows color (decimal): -14155211 or 3473960. OLE color: 3473960.

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

Color convert

RGB 40 2 53 -
CMYK 0.25 0.96 0 0.79
HSL 284.71º 0.93% 0.11% -
HSV(B) 284.71º 0.96% 0.21% -
XYZ 1.54 0.75 3.43 -
YUV 19.18 147.09 142.85 -
System Red Green Blue C M Y K H S L
Decimal 40 2 53 0.25 0.96 0 0.79 284.71 0.93 0.11
Hex 28 2 35 19 60 0 4F 11D 5D B
Octal 50 2 65 31 140 0 117 435 135 13
Binary 101000 10 110101 11001 1100000 0 1001111 100011101 1011101 1011

Color Harmonies of #280235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280235

Black with #280235

Text Example


Text Example

White with #280235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280235; }

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

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

background-color css

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

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

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

border-color css

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

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

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