Html Css Color HEX #330B4B Blackcurrant

📋 copy color: '#330B4B'

red 51 ◦ green 11 ◦ blue 75

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

Shades of Blackcurrant #330B4B

Tints of Blackcurrant #330B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 54.74%

R = 37.23%
G = 8.03%
B = 54.74%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330B4B (or 0x330B4B) is known color: Blackcurrant. HEX triplet: 33, 0B and 4B. RGB value is (51,11,75). Sum of RGB (Red+Green+Blue) = 51+11+75=137 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.23% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 75 (29.69% from 255 or 54.74% from 137); Max value from RGB is 75 - color contains mainly: blue. Hex color #330B4B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B4B is #CCF4B4. Grayscale: #1E1E1E. Windows color (decimal): -13431989 or 4918067. OLE color: 4918067.

HSL color Cylindrical-coordinate representation of color #330B4B: hue angle of 277.5º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #330B4B is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 11 75 -
CMYK 0.32 0.85 0 0.71
HSL 277.5º 0.74% 0.17% -
HSV(B) 277.5º 0.85% 0.29% -
XYZ 2.75 1.45 6.79 -
YUV 30.26 153.25 142.8 -
System Red Green Blue C M Y K H S L
Decimal 51 11 75 0.32 0.85 0 0.71 277.5 0.74 0.17
Hex 33 B 4B 20 55 0 47 116 4A 11
Octal 63 13 113 40 125 0 107 426 112 21
Binary 110011 1011 1001011 100000 1010101 0 1000111 100010110 1001010 10001

Color Harmonies of #330B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B4B

Black with #330B4B

Text Example


Text Example

White with #330B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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