Html Css Color HEX #2D1248 Blackcurrant

📋 copy color: '#2D1248'

red 45 ◦ green 18 ◦ blue 72

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

Shades of Blackcurrant #2D1248

Tints of Blackcurrant #2D1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

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

R = 33.33%
G = 13.33%
B = 53.33%

CMYK

 C value IS 0.38

 M value IS 0.75

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2D1248 (or 0x2D1248) is known color: Blackcurrant. HEX triplet: 2D, 12 and 48. RGB value is (45,18,72). Sum of RGB (Red+Green+Blue) = 45+18+72=135 (17% of max value = 765). Red value is 45 (17.97% from 255 or 33.33% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 72 (28.52% from 255 or 53.33% from 135); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D1248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D1248 is #D2EDB7. Grayscale: #202020. Windows color (decimal): -13823416 or 4723245. OLE color: 4723245.

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

Color convert

RGB 45 18 72 -
CMYK 0.38 0.75 0 0.72
HSL 270º 0.6% 0.18% -
HSV(B) 270º 0.75% 0.28% -
XYZ 2.47 1.46 6.28 -
YUV 32.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 45 18 72 0.38 0.75 0 0.72 270 0.6 0.18
Hex 2D 12 48 26 4B 0 48 10E 3C 12
Octal 55 22 110 46 113 0 110 416 74 22
Binary 101101 10010 1001000 100110 1001011 0 1001000 100001110 111100 10010

Color Harmonies of #2D1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1248

Black with #2D1248

Text Example


Text Example

White with #2D1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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