Html Css Color HEX #2D0450 Blackcurrant

📋 copy color: '#2D0450'

red 45 ◦ green 4 ◦ blue 80

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

Shades of Blackcurrant #2D0450

Tints of Blackcurrant #2D0450

RGB

 RED value IS 45 (17.97% from 255) = 34.88%

 GREEN value IS 4 (1.95% from 255) = 3.1%

 BLUE value IS 80 (31.64% from 255) = 62.02%

R = 34.88%
G = 3.1%
B = 62.02%

CMYK

 C value IS 0.44

 M value IS 0.95

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2D0450 (or 0x2D0450) is known color: Blackcurrant. HEX triplet: 2D, 04 and 50. RGB value is (45,4,80). Sum of RGB (Red+Green+Blue) = 45+4+80=129 (17% of max value = 765). Red value is 45 (17.97% from 255 or 34.88% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #2D0450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0450 is #D2FBAF. Grayscale: #181818. Windows color (decimal): -13826992 or 5243949. OLE color: 5243949.

HSL color Cylindrical-coordinate representation of color #2D0450: hue angle of 272.37º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0450 is Cyan = 0.44, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 45 4 80 -
CMYK 0.44 0.95 0 0.69
HSL 272.37º 0.9% 0.16% -
HSV(B) 272.37º 0.95% 0.31% -
XYZ 2.57 1.22 7.69 -
YUV 24.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 45 4 80 0.44 0.95 0 0.69 272.37 0.9 0.16
Hex 2D 4 50 2C 5F 0 45 110 5A 10
Octal 55 4 120 54 137 0 105 420 132 20
Binary 101101 100 1010000 101100 1011111 0 1000101 100010000 1011010 10000

Color Harmonies of #2D0450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0450

Black with #2D0450

Text Example


Text Example

White with #2D0450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D0450; }

 p { color: rgb(45,4,80); }

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

background-color css

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

 a { background-color: rgb(45,4,80); }

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

border-color css

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

 span { border-color: rgb(45,4,80); }

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