Html Css Color HEX #2D0040 Blackcurrant

📋 copy color: '#2D0040'

red 45 ◦ green 0 ◦ blue 64

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

Shades of Blackcurrant #2D0040

Tints of Blackcurrant #2D0040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 58.72%

R = 41.28%
G = 0%
B = 58.72%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2D0040 (or 0x2D0040) is known color: Blackcurrant. HEX triplet: 2D, 00 and 40. RGB value is (45,0,64). Sum of RGB (Red+Green+Blue) = 45+0+64=109 (14% of max value = 765). Red value is 45 (17.97% from 255 or 41.28% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #2D0040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0040 is #D2FFBF. Grayscale: #141414. Windows color (decimal): -13828032 or 4194349. OLE color: 4194349.

HSL color Cylindrical-coordinate representation of color #2D0040: hue angle of 282.19º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D0040 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 45 0 64 -
CMYK 0.30 1 0 0.75
HSL 282.19º 1% 0.13% -
HSV(B) 282.19º 1% 0.25% -
XYZ 2.01 0.93 4.92 -
YUV 20.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 45 0 64 0.30 1 0 0.75 282.19 1 0.13
Hex 2D 0 40 1E 64 0 4B 11A 64 D
Octal 55 0 100 36 144 0 113 432 144 15
Binary 101101 0 1000000 11110 1100100 0 1001011 100011010 1100100 1101

Color Harmonies of #2D0040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0040

Black with #2D0040

Text Example


Text Example

White with #2D0040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,0,64); }

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

background-color css

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

 a { background-color: rgb(45,0,64); }

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

border-color css

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

 span { border-color: rgb(45,0,64); }

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