Html Css Color HEX #2B0B48 Blackcurrant

📋 copy color: '#2B0B48'

red 43 ◦ green 11 ◦ blue 72

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

Shades of Blackcurrant #2B0B48

Tints of Blackcurrant #2B0B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.73%

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

R = 34.13%
G = 8.73%
B = 57.14%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B0B48 (or 0x2B0B48) is known color: Blackcurrant. HEX triplet: 2B, 0B and 48. RGB value is (43,11,72). Sum of RGB (Red+Green+Blue) = 43+11+72=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 72 (28.52% from 255 or 57.14% from 126); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B0B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0B48 is #D4F4B7. Grayscale: #1B1B1B. Windows color (decimal): -13956280 or 4721451. OLE color: 4721451.

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

Color convert

RGB 43 11 72 -
CMYK 0.40 0.85 0 0.72
HSL 271.48º 0.73% 0.16% -
HSV(B) 271.48º 0.85% 0.28% -
XYZ 2.29 1.22 6.25 -
YUV 27.52 153.1 139.04 -
System Red Green Blue C M Y K H S L
Decimal 43 11 72 0.40 0.85 0 0.72 271.48 0.73 0.16
Hex 2B B 48 28 55 0 48 10F 49 10
Octal 53 13 110 50 125 0 110 417 111 20
Binary 101011 1011 1001000 101000 1010101 0 1001000 100001111 1001001 10000

Color Harmonies of #2B0B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0B48

Black with #2B0B48

Text Example


Text Example

White with #2B0B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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