Html Css Color HEX #280434 Blackcurrant

📋 copy color: '#280434'

red 40 ◦ green 4 ◦ blue 52

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

Shades of Blackcurrant #280434

Tints of Blackcurrant #280434

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

 BLUE value IS 52 (20.7% from 255) = 54.17%

R = 41.67%
G = 4.17%
B = 54.17%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#280434 (or 0x280434) is known color: Blackcurrant. HEX triplet: 28, 04 and 34. RGB value is (40,4,52). Sum of RGB (Red+Green+Blue) = 40+4+52=96 (12% of max value = 765). Red value is 40 (16.02% from 255 or 41.67% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #280434 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280434 is #D7FBCB. Grayscale: #141414. Windows color (decimal): -14154700 or 3408936. OLE color: 3408936.

HSL color Cylindrical-coordinate representation of color #280434: hue angle of 285º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280434 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 40 4 52 -
CMYK 0.23 0.92 0 0.80
HSL 285º 0.86% 0.11% -
HSV(B) 285º 0.92% 0.2% -
XYZ 1.54 0.79 3.32 -
YUV 20.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 40 4 52 0.23 0.92 0 0.80 285 0.86 0.11
Hex 28 4 34 17 5C 0 50 11D 56 B
Octal 50 4 64 27 134 0 120 435 126 13
Binary 101000 100 110100 10111 1011100 0 1010000 100011101 1010110 1011

Color Harmonies of #280434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280434

Black with #280434

Text Example


Text Example

White with #280434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280434; }

 p { color: rgb(40,4,52); }

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

background-color css

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

 a { background-color: rgb(40,4,52); }

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

border-color css

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

 span { border-color: rgb(40,4,52); }

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