Html Css Color HEX #3B0E44 Blackcurrant

📋 copy color: '#3B0E44'

red 59 ◦ green 14 ◦ blue 68

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

Shades of Blackcurrant #3B0E44

Tints of Blackcurrant #3B0E44

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.93%

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

R = 41.84%
G = 9.93%
B = 48.23%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#3B0E44 (or 0x3B0E44) is known color: Blackcurrant. HEX triplet: 3B, 0E and 44. RGB value is (59,14,68). Sum of RGB (Red+Green+Blue) = 59+14+68=141 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.84% from 141); Green value is 14 (5.86% from 255 or 9.93% from 141); Blue value is 68 (26.95% from 255 or 48.23% from 141); Max value from RGB is 68 - color contains mainly: blue. Hex color #3B0E44 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0E44 is #C4F1BB. Grayscale: #212121. Windows color (decimal): -12906940 or 4460091. OLE color: 4460091.

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

Color convert

RGB 59 14 68 -
CMYK 0.13 0.79 0 0.73
HSL 290º 0.66% 0.16% -
HSV(B) 290º 0.79% 0.27% -
XYZ 3 1.66 5.63 -
YUV 33.61 147.41 146.11 -
System Red Green Blue C M Y K H S L
Decimal 59 14 68 0.13 0.79 0 0.73 290 0.66 0.16
Hex 3B E 44 D 4F 0 49 122 42 10
Octal 73 16 104 15 117 0 111 442 102 20
Binary 111011 1110 1000100 1101 1001111 0 1001001 100100010 1000010 10000

Color Harmonies of #3B0E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0E44

Black with #3B0E44

Text Example


Text Example

White with #3B0E44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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