Html Css Color HEX #28074B Blackcurrant

📋 copy color: '#28074B'

red 40 ◦ green 7 ◦ blue 75

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

Shades of Blackcurrant #28074B

Tints of Blackcurrant #28074B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 61.48%

R = 32.79%
G = 5.74%
B = 61.48%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28074B (or 0x28074B) is known color: Blackcurrant. HEX triplet: 28, 07 and 4B. RGB value is (40,7,75). Sum of RGB (Red+Green+Blue) = 40+7+75=122 (16% of max value = 765). Red value is 40 (16.02% from 255 or 32.79% from 122); Green value is 7 (3.12% from 255 or 5.74% from 122); Blue value is 75 (29.69% from 255 or 61.48% from 122); Max value from RGB is 75 - color contains mainly: blue. Hex color #28074B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28074B is #D7F8B4. Grayscale: #181818. Windows color (decimal): -14153909 or 4917032. OLE color: 4917032.

HSL color Cylindrical-coordinate representation of color #28074B: hue angle of 269.12º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #28074B is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 7 75 -
CMYK 0.47 0.91 0 0.71
HSL 269.12º 0.83% 0.16% -
HSV(B) 269.12º 0.91% 0.29% -
XYZ 2.22 1.11 6.75 -
YUV 24.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 40 7 75 0.47 0.91 0 0.71 269.12 0.83 0.16
Hex 28 7 4B 2F 5B 0 47 10D 53 10
Octal 50 7 113 57 133 0 107 415 123 20
Binary 101000 111 1001011 101111 1011011 0 1000111 100001101 1010011 10000

Color Harmonies of #28074B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28074B

Black with #28074B

Text Example


Text Example

White with #28074B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28074B; }

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

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

background-color css

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

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

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

border-color css

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

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

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