Html Css Color HEX #3B1244 Blackcurrant

📋 copy color: '#3B1244'

red 59 ◦ green 18 ◦ blue 68

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

Shades of Blackcurrant #3B1244

Tints of Blackcurrant #3B1244

RGB

 RED value IS 59 (23.44% from 255) = 40.69%

 GREEN value IS 18 (7.42% from 255) = 12.41%

 BLUE value IS 68 (26.95% from 255) = 46.9%

R = 40.69%
G = 12.41%
B = 46.9%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B1244 (or 0x3B1244) is known color: Blackcurrant. HEX triplet: 3B, 12 and 44. RGB value is (59,18,68). Sum of RGB (Red+Green+Blue) = 59+18+68=145 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.69% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 68 (26.95% from 255 or 46.90% from 145); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B1244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1244 is #C4EDBB. Grayscale: #232323. Windows color (decimal): -12905916 or 4461115. OLE color: 4461115.

HSL color Cylindrical-coordinate representation of color #3B1244: hue angle of 289.2º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3B1244 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 18 68 -
CMYK 0.13 0.74 0 0.73
HSL 289.2º 0.58% 0.17% -
HSV(B) 289.2º 0.74% 0.27% -
XYZ 3.06 1.78 5.65 -
YUV 35.96 146.08 144.43 -
System Red Green Blue C M Y K H S L
Decimal 59 18 68 0.13 0.74 0 0.73 289.2 0.58 0.17
Hex 3B 12 44 D 4A 0 49 121 3A 11
Octal 73 22 104 15 112 0 111 441 72 21
Binary 111011 10010 1000100 1101 1001010 0 1001001 100100001 111010 10001

Color Harmonies of #3B1244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1244

Black with #3B1244

Text Example


Text Example

White with #3B1244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B1244; }

 p { color: rgb(59,18,68); }

 H1.HeaderClassName
 {
   color: #3B1244;
 }
 .AnyTagClassName
 {
   color: #3B1244;
 }
</style>

background-color css

<style>
 a { background-color: #3B1244; }

 a { background-color: rgb(59,18,68); }

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

border-color css

<style>
 span { border-color: #3B1244; }

 span { border-color: rgb(59,18,68); }

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