Html Css Color HEX #280E35 Blackcurrant

📋 copy color: '#280E35'

red 40 ◦ green 14 ◦ blue 53

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

Shades of Blackcurrant #280E35

Tints of Blackcurrant #280E35

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.08%

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

R = 37.38%
G = 13.08%
B = 49.53%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#280E35 (or 0x280E35) is known color: Blackcurrant. HEX triplet: 28, 0E and 35. RGB value is (40,14,53). Sum of RGB (Red+Green+Blue) = 40+14+53=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #280E35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280E35 is #D7F1CA. Grayscale: #1A1A1A. Windows color (decimal): -14152139 or 3477032. OLE color: 3477032.

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

Color convert

RGB 40 14 53 -
CMYK 0.25 0.74 0 0.79
HSL 280º 0.58% 0.13% -
HSV(B) 280º 0.74% 0.21% -
XYZ 1.67 1.02 3.48 -
YUV 26.22 143.11 137.83 -
System Red Green Blue C M Y K H S L
Decimal 40 14 53 0.25 0.74 0 0.79 280 0.58 0.13
Hex 28 E 35 19 4A 0 4F 118 3A D
Octal 50 16 65 31 112 0 117 430 72 15
Binary 101000 1110 110101 11001 1001010 0 1001111 100011000 111010 1101

Color Harmonies of #280E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E35

Black with #280E35

Text Example


Text Example

White with #280E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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