Html Css Color HEX #2B0148 Blackcurrant

📋 copy color: '#2B0148'

red 43 ◦ green 1 ◦ blue 72

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

Shades of Blackcurrant #2B0148

Tints of Blackcurrant #2B0148

RGB

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

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

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

R = 37.07%
G = 0.86%
B = 62.07%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#2B0148 (or 0x2B0148) is known color: Blackcurrant. HEX triplet: 2B, 01 and 48. RGB value is (43,1,72). Sum of RGB (Red+Green+Blue) = 43+1+72=116 (15% of max value = 765). Red value is 43 (17.19% from 255 or 37.07% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #2B0148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0148 is #D4FEB7. Grayscale: #151515. Windows color (decimal): -13958840 or 4718891. OLE color: 4718891.

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

Color convert

RGB 43 1 72 -
CMYK 0.40 0.99 0 0.72
HSL 275.49º 0.97% 0.14% -
HSV(B) 275.49º 0.99% 0.28% -
XYZ 2.18 1 6.21 -
YUV 21.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 43 1 72 0.40 0.99 0 0.72 275.49 0.97 0.14
Hex 2B 1 48 28 63 0 48 113 61 E
Octal 53 1 110 50 143 0 110 423 141 16
Binary 101011 1 1001000 101000 1100011 0 1001000 100010011 1100001 1110

Color Harmonies of #2B0148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0148

Black with #2B0148

Text Example


Text Example

White with #2B0148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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