Html Css Color HEX #330B4D Blackcurrant

📋 copy color: '#330B4D'

red 51 ◦ green 11 ◦ blue 77

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

Shades of Blackcurrant #330B4D

Tints of Blackcurrant #330B4D

RGB

 RED value IS 51 (20.31% from 255) = 36.69%

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 77 (30.47% from 255) = 55.4%

R = 36.69%
G = 7.91%
B = 55.4%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#330B4D (or 0x330B4D) is known color: Blackcurrant. HEX triplet: 33, 0B and 4D. RGB value is (51,11,77). Sum of RGB (Red+Green+Blue) = 51+11+77=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 77 (30.47% from 255 or 55.40% from 139); Max value from RGB is 77 - color contains mainly: blue. Hex color #330B4D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330B4D is #CCF4B2. Grayscale: #1E1E1E. Windows color (decimal): -13431987 or 5049139. OLE color: 5049139.

HSL color Cylindrical-coordinate representation of color #330B4D: hue angle of 276.36º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #330B4D is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 11 77 -
CMYK 0.34 0.86 0 0.70
HSL 276.36º 0.75% 0.17% -
HSV(B) 276.36º 0.86% 0.3% -
XYZ 2.82 1.48 7.16 -
YUV 30.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 51 11 77 0.34 0.86 0 0.70 276.36 0.75 0.17
Hex 33 B 4D 22 56 0 46 114 4B 11
Octal 63 13 115 42 126 0 106 424 113 21
Binary 110011 1011 1001101 100010 1010110 0 1000110 100010100 1001011 10001

Color Harmonies of #330B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B4D

Black with #330B4D

Text Example


Text Example

White with #330B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330B4D; }

 p { color: rgb(51,11,77); }

 H1.HeaderClassName
 {
   color: #330B4D;
 }
 .AnyTagClassName
 {
   color: #330B4D;
 }
</style>

background-color css

<style>
 a { background-color: #330B4D; }

 a { background-color: rgb(51,11,77); }

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

border-color css

<style>
 span { border-color: #330B4D; }

 span { border-color: rgb(51,11,77); }

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