Html Css Color HEX #280C42 Blackcurrant

📋 copy color: '#280C42'

red 40 ◦ green 12 ◦ blue 66

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

Shades of Blackcurrant #280C42

Tints of Blackcurrant #280C42

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

 BLUE value IS 66 (26.17% from 255) = 55.93%

R = 33.9%
G = 10.17%
B = 55.93%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#280C42 (or 0x280C42) is known color: Blackcurrant. HEX triplet: 28, 0C and 42. RGB value is (40,12,66). Sum of RGB (Red+Green+Blue) = 40+12+66=118 (15% of max value = 765). Red value is 40 (16.02% from 255 or 33.90% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #280C42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C42 is #D7F3BD. Grayscale: #1A1A1A. Windows color (decimal): -14152638 or 4328488. OLE color: 4328488.

HSL color Cylindrical-coordinate representation of color #280C42: hue angle of 271.11º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #280C42 is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 40 12 66 -
CMYK 0.39 0.82 0 0.74
HSL 271.11º 0.69% 0.15% -
HSV(B) 271.11º 0.82% 0.26% -
XYZ 1.99 1.11 5.26 -
YUV 26.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 40 12 66 0.39 0.82 0 0.74 271.11 0.69 0.15
Hex 28 C 42 27 52 0 4A 10F 45 F
Octal 50 14 102 47 122 0 112 417 105 17
Binary 101000 1100 1000010 100111 1010010 0 1001010 100001111 1000101 1111

Color Harmonies of #280C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C42

Black with #280C42

Text Example


Text Example

White with #280C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,12,66); }

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

background-color css

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

 a { background-color: rgb(40,12,66); }

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

border-color css

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

 span { border-color: rgb(40,12,66); }

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