Html Css Color HEX #281C35 Blackcurrant

📋 copy color: '#281C35'

red 40 ◦ green 28 ◦ blue 53

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

Shades of Blackcurrant #281C35

Tints of Blackcurrant #281C35

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

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

R = 33.06%
G = 23.14%
B = 43.8%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#281C35 (or 0x281C35) is known color: Blackcurrant. HEX triplet: 28, 1C and 35. RGB value is (40,28,53). Sum of RGB (Red+Green+Blue) = 40+28+53=121 (16% of max value = 765). Red value is 40 (16.02% from 255 or 33.06% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 53 - color contains mainly: blue. Hex color #281C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #281C35 is #D7E3CA. Grayscale: #222222. Windows color (decimal): -14148555 or 3480616. OLE color: 3480616.

HSL color Cylindrical-coordinate representation of color #281C35: hue angle of 268.8º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #281C35 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 40 28 53 -
CMYK 0.25 0.47 0 0.79
HSL 268.8º 0.31% 0.16% -
HSV(B) 268.8º 0.47% 0.21% -
XYZ 1.93 1.54 3.56 -
YUV 34.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 40 28 53 0.25 0.47 0 0.79 268.8 0.31 0.16
Hex 28 1C 35 19 2F 0 4F 10D 1F 10
Octal 50 34 65 31 57 0 117 415 37 20
Binary 101000 11100 110101 11001 101111 0 1001111 100001101 11111 10000

Color Harmonies of #281C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281C35

Black with #281C35

Text Example


Text Example

White with #281C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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