Html Css Color HEX #2D0148 Blackcurrant

📋 copy color: '#2D0148'

red 45 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #2D0148

Tints of Blackcurrant #2D0148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.85%

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

R = 38.14%
G = 0.85%
B = 61.02%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2D0148 (or 0x2D0148) is known color: Blackcurrant. HEX triplet: 2D, 01 and 48. RGB value is (45,1,72). Sum of RGB (Red+Green+Blue) = 45+1+72=118 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.14% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0148 is #D2FEB7. Grayscale: #161616. Windows color (decimal): -13827768 or 4718893. OLE color: 4718893.

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

Color convert

RGB 45 1 72 -
CMYK 0.38 0.99 0 0.72
HSL 277.18º 0.97% 0.14% -
HSV(B) 277.18º 0.99% 0.28% -
XYZ 2.26 1.05 6.21 -
YUV 22.25 156.08 144.23 -
System Red Green Blue C M Y K H S L
Decimal 45 1 72 0.38 0.99 0 0.72 277.18 0.97 0.14
Hex 2D 1 48 26 63 0 48 115 61 E
Octal 55 1 110 46 143 0 110 425 141 16
Binary 101101 1 1001000 100110 1100011 0 1001000 100010101 1100001 1110

Color Harmonies of #2D0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0148

Black with #2D0148

Text Example


Text Example

White with #2D0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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