Html Css Color HEX #2B153E Blackcurrant

📋 copy color: '#2B153E'

red 43 ◦ green 21 ◦ blue 62

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

Shades of Blackcurrant #2B153E

Tints of Blackcurrant #2B153E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.67%

 BLUE value IS 62 (24.61% from 255) = 49.21%

R = 34.13%
G = 16.67%
B = 49.21%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B153E (or 0x2B153E) is known color: Blackcurrant. HEX triplet: 2B, 15 and 3E. RGB value is (43,21,62). Sum of RGB (Red+Green+Blue) = 43+21+62=126 (16% of max value = 765). Red value is 43 (17.19% from 255 or 34.13% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 62 (24.61% from 255 or 49.21% from 126); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B153E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2B153E is #D4EAC1. Grayscale: #202020. Windows color (decimal): -13953730 or 4068651. OLE color: 4068651.

HSL color Cylindrical-coordinate representation of color #2B153E: hue angle of 272.2º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2B153E is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 21 62 -
CMYK 0.31 0.66 0 0.76
HSL 272.2º 0.49% 0.16% -
HSV(B) 272.2º 0.66% 0.24% -
XYZ 2.13 1.4 4.71 -
YUV 32.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 43 21 62 0.31 0.66 0 0.76 272.2 0.49 0.16
Hex 2B 15 3E 1F 42 0 4C 110 31 10
Octal 53 25 76 37 102 0 114 420 61 20
Binary 101011 10101 111110 11111 1000010 0 1001100 100010000 110001 10000

Color Harmonies of #2B153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B153E

Black with #2B153E

Text Example


Text Example

White with #2B153E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,21,62); }

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

background-color css

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

 a { background-color: rgb(43,21,62); }

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

border-color css

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

 span { border-color: rgb(43,21,62); }

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