Html Css Color HEX #280135 Blackcurrant

📋 copy color: '#280135'

red 40 ◦ green 1 ◦ blue 53

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

Shades of Blackcurrant #280135

Tints of Blackcurrant #280135

RGB

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

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

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

R = 42.55%
G = 1.06%
B = 56.38%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280135 (or 0x280135) is known color: Blackcurrant. HEX triplet: 28, 01 and 35. RGB value is (40,1,53). Sum of RGB (Red+Green+Blue) = 40+1+53=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 53 (21.09% from 255 or 56.38% from 94); Max value from RGB is 53 - color contains mainly: blue. Hex color #280135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280135 is #D7FECA. Grayscale: #121212. Windows color (decimal): -14155467 or 3473704. OLE color: 3473704.

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

Color convert

RGB 40 1 53 -
CMYK 0.25 0.98 0 0.79
HSL 285º 0.96% 0.11% -
HSV(B) 285º 0.98% 0.21% -
XYZ 1.53 0.73 3.43 -
YUV 18.59 147.42 143.27 -
System Red Green Blue C M Y K H S L
Decimal 40 1 53 0.25 0.98 0 0.79 285 0.96 0.11
Hex 28 1 35 19 62 0 4F 11D 60 B
Octal 50 1 65 31 142 0 117 435 140 13
Binary 101000 1 110101 11001 1100010 0 1001111 100011101 1100000 1011

Color Harmonies of #280135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280135

Black with #280135

Text Example


Text Example

White with #280135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280135; }

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

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

background-color css

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

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

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

border-color css

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

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

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