Html Css Color HEX #2D0448 Blackcurrant

📋 copy color: '#2D0448'

red 45 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #2D0448

Tints of Blackcurrant #2D0448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 59.5%

R = 37.19%
G = 3.31%
B = 59.5%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2D0448 (or 0x2D0448) is known color: Blackcurrant. HEX triplet: 2D, 04 and 48. RGB value is (45,4,72). Sum of RGB (Red+Green+Blue) = 45+4+72=121 (16% of max value = 765). Red value is 45 (17.97% from 255 or 37.19% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0448 is #D2FBB7. Grayscale: #171717. Windows color (decimal): -13827000 or 4719661. OLE color: 4719661.

HSL color Cylindrical-coordinate representation of color #2D0448: hue angle of 276.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0448 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 45 4 72 -
CMYK 0.38 0.94 0 0.72
HSL 276.18º 0.89% 0.15% -
HSV(B) 276.18º 0.94% 0.28% -
XYZ 2.3 1.11 6.22 -
YUV 24.01 155.08 142.97 -
System Red Green Blue C M Y K H S L
Decimal 45 4 72 0.38 0.94 0 0.72 276.18 0.89 0.15
Hex 2D 4 48 26 5E 0 48 114 59 F
Octal 55 4 110 46 136 0 110 424 131 17
Binary 101101 100 1001000 100110 1011110 0 1001000 100010100 1011001 1111

Color Harmonies of #2D0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0448

Black with #2D0448

Text Example


Text Example

White with #2D0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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