Html Css Color HEX #280236 Blackcurrant

📋 copy color: '#280236'

red 40 ◦ green 2 ◦ blue 54

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

Shades of Blackcurrant #280236

Tints of Blackcurrant #280236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 56.25%

R = 41.67%
G = 2.08%
B = 56.25%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280236 (or 0x280236) is known color: Blackcurrant. HEX triplet: 28, 02 and 36. RGB value is (40,2,54). Sum of RGB (Red+Green+Blue) = 40+2+54=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 54 (21.48% from 255 or 56.25% from 96); Max value from RGB is 54 - color contains mainly: blue. Hex color #280236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280236 is #D7FDC9. Grayscale: #131313. Windows color (decimal): -14155210 or 3539496. OLE color: 3539496.

HSL color Cylindrical-coordinate representation of color #280236: hue angle of 283.85º 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 #280236 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 2 54 -
CMYK 0.26 0.96 0 0.79
HSL 283.85º 0.93% 0.11% -
HSV(B) 283.85º 0.96% 0.21% -
XYZ 1.56 0.76 3.55 -
YUV 19.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 40 2 54 0.26 0.96 0 0.79 283.85 0.93 0.11
Hex 28 2 36 1A 60 0 4F 11C 5D B
Octal 50 2 66 32 140 0 117 434 135 13
Binary 101000 10 110110 11010 1100000 0 1001111 100011100 1011101 1011

Color Harmonies of #280236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280236

Black with #280236

Text Example


Text Example

White with #280236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280236; }

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

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

background-color css

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

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

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

border-color css

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

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

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