Html Css Color HEX #330B4A Blackcurrant

📋 copy color: '#330B4A'

red 51 ◦ green 11 ◦ blue 74

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

Shades of Blackcurrant #330B4A

Tints of Blackcurrant #330B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 54.41%

R = 37.5%
G = 8.09%
B = 54.41%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#330B4A (or 0x330B4A) is known color: Blackcurrant. HEX triplet: 33, 0B and 4A. RGB value is (51,11,74). Sum of RGB (Red+Green+Blue) = 51+11+74=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #330B4A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330B4A is #CCF4B5. Grayscale: #1D1D1D. Windows color (decimal): -13431990 or 4852531. OLE color: 4852531.

HSL color Cylindrical-coordinate representation of color #330B4A: hue angle of 278.1º 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 #330B4A is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 11 74 -
CMYK 0.31 0.85 0 0.71
HSL 278.1º 0.74% 0.17% -
HSV(B) 278.1º 0.85% 0.29% -
XYZ 2.72 1.44 6.61 -
YUV 30.14 152.75 142.88 -
System Red Green Blue C M Y K H S L
Decimal 51 11 74 0.31 0.85 0 0.71 278.1 0.74 0.17
Hex 33 B 4A 1F 55 0 47 116 4A 11
Octal 63 13 112 37 125 0 107 426 112 21
Binary 110011 1011 1001010 11111 1010101 0 1000111 100010110 1001010 10001

Color Harmonies of #330B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330B4A

Black with #330B4A

Text Example


Text Example

White with #330B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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