Html Css Color HEX #2B093A Blackcurrant

📋 copy color: '#2B093A'

red 43 ◦ green 9 ◦ blue 58

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

Shades of Blackcurrant #2B093A

Tints of Blackcurrant #2B093A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.18%

 BLUE value IS 58 (23.05% from 255) = 52.73%

R = 39.09%
G = 8.18%
B = 52.73%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2B093A (or 0x2B093A) is known color: Blackcurrant. HEX triplet: 2B, 09 and 3A. RGB value is (43,9,58). Sum of RGB (Red+Green+Blue) = 43+9+58=110 (14% of max value = 765). Red value is 43 (17.19% from 255 or 39.09% from 110); Green value is 9 (3.91% from 255 or 8.18% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #2B093A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B093A is #D4F6C5. Grayscale: #181818. Windows color (decimal): -13956806 or 3803435. OLE color: 3803435.

HSL color Cylindrical-coordinate representation of color #2B093A: hue angle of 281.63º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B093A is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 43 9 58 -
CMYK 0.26 0.84 0 0.77
HSL 281.63º 0.73% 0.13% -
HSV(B) 281.63º 0.84% 0.23% -
XYZ 1.86 1.01 4.1 -
YUV 24.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 43 9 58 0.26 0.84 0 0.77 281.63 0.73 0.13
Hex 2B 9 3A 1A 54 0 4D 11A 49 D
Octal 53 11 72 32 124 0 115 432 111 15
Binary 101011 1001 111010 11010 1010100 0 1001101 100011010 1001001 1101

Color Harmonies of #2B093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B093A

Black with #2B093A

Text Example


Text Example

White with #2B093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,58); }

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

background-color css

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

 a { background-color: rgb(43,9,58); }

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

border-color css

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

 span { border-color: rgb(43,9,58); }

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