Html Css Color HEX #28033D Blackcurrant

📋 copy color: '#28033D'

red 40 ◦ green 3 ◦ blue 61

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

Shades of Blackcurrant #28033D

Tints of Blackcurrant #28033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.88%

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

R = 38.46%
G = 2.88%
B = 58.65%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28033D (or 0x28033D) is known color: Blackcurrant. HEX triplet: 28, 03 and 3D. RGB value is (40,3,61). Sum of RGB (Red+Green+Blue) = 40+3+61=104 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.46% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #28033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28033D is #D7FCC2. Grayscale: #141414. Windows color (decimal): -14154947 or 3998504. OLE color: 3998504.

HSL color Cylindrical-coordinate representation of color #28033D: hue angle of 278.28º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #28033D is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 3 61 -
CMYK 0.34 0.95 0 0.76
HSL 278.28º 0.91% 0.13% -
HSV(B) 278.28º 0.95% 0.24% -
XYZ 1.75 0.85 4.49 -
YUV 20.68 150.76 141.78 -
System Red Green Blue C M Y K H S L
Decimal 40 3 61 0.34 0.95 0 0.76 278.28 0.91 0.13
Hex 28 3 3D 22 5F 0 4C 116 5B D
Octal 50 3 75 42 137 0 114 426 133 15
Binary 101000 11 111101 100010 1011111 0 1001100 100010110 1011011 1101

Color Harmonies of #28033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28033D

Black with #28033D

Text Example


Text Example

White with #28033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28033D; }

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

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

background-color css

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

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

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

border-color css

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

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

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