Html Css Color HEX #2B0048 Blackcurrant

📋 copy color: '#2B0048'

red 43 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #2B0048

Tints of Blackcurrant #2B0048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 37.39%
G = 0%
B = 62.61%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B0048 (or 0x2B0048) is known color: Blackcurrant. HEX triplet: 2B, 00 and 48. RGB value is (43,0,72). Sum of RGB (Red+Green+Blue) = 43+0+72=115 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.39% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B0048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0048 is #D4FFB7. Grayscale: #141414. Windows color (decimal): -13959096 or 4718635. OLE color: 4718635.

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

Color convert

RGB 43 0 72 -
CMYK 0.40 1 0 0.72
HSL 275.83º 1% 0.14% -
HSV(B) 275.83º 1% 0.28% -
XYZ 2.17 0.98 6.21 -
YUV 21.07 156.75 143.65 -
System Red Green Blue C M Y K H S L
Decimal 43 0 72 0.40 1 0 0.72 275.83 1 0.14
Hex 2B 0 48 28 64 0 48 114 64 E
Octal 53 0 110 50 144 0 110 424 144 16
Binary 101011 0 1001000 101000 1100100 0 1001000 100010100 1100100 1110

Color Harmonies of #2B0048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0048

Black with #2B0048

Text Example


Text Example

White with #2B0048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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