Html Css Color HEX #281735 Blackcurrant

📋 copy color: '#281735'

red 40 ◦ green 23 ◦ blue 53

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

Shades of Blackcurrant #281735

Tints of Blackcurrant #281735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.83%

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

R = 34.48%
G = 19.83%
B = 45.69%

CMYK

 C value IS 0.25

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#281735 (or 0x281735) is known color: Blackcurrant. HEX triplet: 28, 17 and 35. RGB value is (40,23,53). Sum of RGB (Red+Green+Blue) = 40+23+53=116 (15% of max value = 765). Red value is 40 (16.02% from 255 or 34.48% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 53 (21.09% from 255 or 45.69% from 116); Max value from RGB is 53 - color contains mainly: blue. Hex color #281735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #281735 is #D7E8CA. Grayscale: #1F1F1F. Windows color (decimal): -14149835 or 3479336. OLE color: 3479336.

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

Color convert

RGB 40 23 53 -
CMYK 0.25 0.57 0 0.79
HSL 274º 0.39% 0.15% -
HSV(B) 274º 0.57% 0.21% -
XYZ 1.82 1.32 3.53 -
YUV 31.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 40 23 53 0.25 0.57 0 0.79 274 0.39 0.15
Hex 28 17 35 19 39 0 4F 112 27 F
Octal 50 27 65 31 71 0 117 422 47 17
Binary 101000 10111 110101 11001 111001 0 1001111 100010010 100111 1111

Color Harmonies of #281735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281735

Black with #281735

Text Example


Text Example

White with #281735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281735; }

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

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

background-color css

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

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

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

border-color css

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

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

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