Html Css Color HEX #280C3D Blackcurrant

📋 copy color: '#280C3D'

red 40 ◦ green 12 ◦ blue 61

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

Shades of Blackcurrant #280C3D

Tints of Blackcurrant #280C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 53.98%

R = 35.4%
G = 10.62%
B = 53.98%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#280C3D (or 0x280C3D) is known color: Blackcurrant. HEX triplet: 28, 0C and 3D. RGB value is (40,12,61). Sum of RGB (Red+Green+Blue) = 40+12+61=113 (14% of max value = 765). Red value is 40 (16.02% from 255 or 35.40% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #280C3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #280C3D is #D7F3C2. Grayscale: #191919. Windows color (decimal): -14152643 or 4000808. OLE color: 4000808.

HSL color Cylindrical-coordinate representation of color #280C3D: hue angle of 274.29º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #280C3D is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 12 61 -
CMYK 0.34 0.80 0 0.76
HSL 274.29º 0.67% 0.14% -
HSV(B) 274.29º 0.8% 0.24% -
XYZ 1.85 1.05 4.52 -
YUV 25.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 40 12 61 0.34 0.80 0 0.76 274.29 0.67 0.14
Hex 28 C 3D 22 50 0 4C 112 43 E
Octal 50 14 75 42 120 0 114 422 103 16
Binary 101000 1100 111101 100010 1010000 0 1001100 100010010 1000011 1110

Color Harmonies of #280C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280C3D

Black with #280C3D

Text Example


Text Example

White with #280C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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