Html Css Color HEX #28073C Blackcurrant

📋 copy color: '#28073C'

red 40 ◦ green 7 ◦ blue 60

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

Shades of Blackcurrant #28073C

Tints of Blackcurrant #28073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.54%

 BLUE value IS 60 (23.83% from 255) = 56.07%

R = 37.38%
G = 6.54%
B = 56.07%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#28073C (or 0x28073C) is known color: Blackcurrant. HEX triplet: 28, 07 and 3C. RGB value is (40,7,60). Sum of RGB (Red+Green+Blue) = 40+7+60=107 (14% of max value = 765). Red value is 40 (16.02% from 255 or 37.38% from 107); Green value is 7 (3.12% from 255 or 6.54% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #28073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28073C is #D7F8C3. Grayscale: #161616. Windows color (decimal): -14153924 or 3933992. OLE color: 3933992.

HSL color Cylindrical-coordinate representation of color #28073C: hue angle of 277.36º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #28073C is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 40 7 60 -
CMYK 0.33 0.88 0 0.76
HSL 277.36º 0.79% 0.13% -
HSV(B) 277.36º 0.88% 0.24% -
XYZ 1.77 0.93 4.36 -
YUV 22.91 148.93 140.19 -
System Red Green Blue C M Y K H S L
Decimal 40 7 60 0.33 0.88 0 0.76 277.36 0.79 0.13
Hex 28 7 3C 21 58 0 4C 115 4F D
Octal 50 7 74 41 130 0 114 425 117 15
Binary 101000 111 111100 100001 1011000 0 1001100 100010101 1001111 1101

Color Harmonies of #28073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28073C

Black with #28073C

Text Example


Text Example

White with #28073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28073C; }

 p { color: rgb(40,7,60); }

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

background-color css

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

 a { background-color: rgb(40,7,60); }

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

border-color css

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

 span { border-color: rgb(40,7,60); }

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