Html Css Color HEX #2B0448 Blackcurrant

📋 copy color: '#2B0448'

red 43 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #2B0448

Tints of Blackcurrant #2B0448

RGB

 RED value IS 43 (17.19% from 255) = 36.13%

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

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

R = 36.13%
G = 3.36%
B = 60.5%

CMYK

 C value IS 0.40

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B0448 (or 0x2B0448) is known color: Blackcurrant. HEX triplet: 2B, 04 and 48. RGB value is (43,4,72). Sum of RGB (Red+Green+Blue) = 43+4+72=119 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.13% from 119); Green value is 4 (1.95% from 255 or 3.36% 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 #2B0448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0448 is #D4FBB7. Grayscale: #171717. Windows color (decimal): -13958072 or 4719659. OLE color: 4719659.

HSL color Cylindrical-coordinate representation of color #2B0448: hue angle of 274.41º 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 #2B0448 is Cyan = 0.40, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 43 4 72 -
CMYK 0.40 0.94 0 0.72
HSL 274.41º 0.89% 0.15% -
HSV(B) 274.41º 0.94% 0.28% -
XYZ 2.21 1.07 6.22 -
YUV 23.41 155.42 141.97 -
System Red Green Blue C M Y K H S L
Decimal 43 4 72 0.40 0.94 0 0.72 274.41 0.89 0.15
Hex 2B 4 48 28 5E 0 48 112 59 F
Octal 53 4 110 50 136 0 110 422 131 17
Binary 101011 100 1001000 101000 1011110 0 1001000 100010010 1011001 1111

Color Harmonies of #2B0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0448

Black with #2B0448

Text Example


Text Example

White with #2B0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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