Html Css Color HEX #281441 Blackcurrant

📋 copy color: '#281441'

red 40 ◦ green 20 ◦ blue 65

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

Shades of Blackcurrant #281441

Tints of Blackcurrant #281441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

 BLUE value IS 65 (25.78% from 255) = 52%

R = 32%
G = 16%
B = 52%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#281441 (or 0x281441) is known color: Blackcurrant. HEX triplet: 28, 14 and 41. RGB value is (40,20,65). Sum of RGB (Red+Green+Blue) = 40+20+65=125 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #281441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281441 is #D7EBBE. Grayscale: #1E1E1E. Windows color (decimal): -14150591 or 4265000. OLE color: 4265000.

HSL color Cylindrical-coordinate representation of color #281441: hue angle of 266.67º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #281441 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 40 20 65 -
CMYK 0.38 0.69 0 0.75
HSL 266.67º 0.53% 0.17% -
HSV(B) 266.67º 0.69% 0.25% -
XYZ 2.08 1.33 5.15 -
YUV 31.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 40 20 65 0.38 0.69 0 0.75 266.67 0.53 0.17
Hex 28 14 41 26 45 0 4B 10B 35 11
Octal 50 24 101 46 105 0 113 413 65 21
Binary 101000 10100 1000001 100110 1000101 0 1001011 100001011 110101 10001

Color Harmonies of #281441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281441

Black with #281441

Text Example


Text Example

White with #281441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281441; }

 p { color: rgb(40,20,65); }

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

background-color css

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

 a { background-color: rgb(40,20,65); }

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

border-color css

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

 span { border-color: rgb(40,20,65); }

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