Html Css Color HEX #2D0248 Blackcurrant

📋 copy color: '#2D0248'

red 45 ◦ green 2 ◦ blue 72

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

Shades of Blackcurrant #2D0248

Tints of Blackcurrant #2D0248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 37.82%
G = 1.68%
B = 60.5%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2D0248 (or 0x2D0248) is known color: Blackcurrant. HEX triplet: 2D, 02 and 48. RGB value is (45,2,72). Sum of RGB (Red+Green+Blue) = 45+2+72=119 (15% of max value = 765). Red value is 45 (17.97% from 255 or 37.82% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 72 (28.52% from 255 or 60.50% from 119); Max value from RGB is 72 - color contains mainly: blue. Hex color #2D0248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D0248 is #D2FDB7. Grayscale: #161616. Windows color (decimal): -13827512 or 4719149. OLE color: 4719149.

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

Color convert

RGB 45 2 72 -
CMYK 0.38 0.97 0 0.72
HSL 276.86º 0.95% 0.15% -
HSV(B) 276.86º 0.97% 0.28% -
XYZ 2.27 1.07 6.22 -
YUV 22.84 155.75 143.81 -
System Red Green Blue C M Y K H S L
Decimal 45 2 72 0.38 0.97 0 0.72 276.86 0.95 0.15
Hex 2D 2 48 26 61 0 48 115 5F F
Octal 55 2 110 46 141 0 110 425 137 17
Binary 101101 10 1001000 100110 1100001 0 1001000 100010101 1011111 1111

Color Harmonies of #2D0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0248

Black with #2D0248

Text Example


Text Example

White with #2D0248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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