Html Css Color HEX #2B0C31 Blackcurrant

📋 copy color: '#2B0C31'

red 43 ◦ green 12 ◦ blue 49

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

Shades of Blackcurrant #2B0C31

Tints of Blackcurrant #2B0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.54%

 BLUE value IS 49 (19.53% from 255) = 47.12%

R = 41.35%
G = 11.54%
B = 47.12%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2B0C31 (or 0x2B0C31) is known color: Blackcurrant. HEX triplet: 2B, 0C and 31. RGB value is (43,12,49). Sum of RGB (Red+Green+Blue) = 43+12+49=104 (13% of max value = 765). Red value is 43 (17.19% from 255 or 41.35% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: blue. Hex color #2B0C31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B0C31 is #D4F3CE. Grayscale: #191919. Windows color (decimal): -13956047 or 3214379. OLE color: 3214379.

HSL color Cylindrical-coordinate representation of color #2B0C31: hue angle of 290.27º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B0C31 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 43 12 49 -
CMYK 0.12 0.76 0 0.81
HSL 290.27º 0.61% 0.12% -
HSV(B) 290.27º 0.76% 0.19% -
XYZ 1.68 1 3.01 -
YUV 25.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 43 12 49 0.12 0.76 0 0.81 290.27 0.61 0.12
Hex 2B C 31 C 4C 0 51 122 3D C
Octal 53 14 61 14 114 0 121 442 75 14
Binary 101011 1100 110001 1100 1001100 0 1010001 100100010 111101 1100

Color Harmonies of #2B0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0C31

Black with #2B0C31

Text Example


Text Example

White with #2B0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,12,49); }

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

background-color css

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

 a { background-color: rgb(43,12,49); }

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

border-color css

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

 span { border-color: rgb(43,12,49); }

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