Html Css Color HEX #330D41 Blackcurrant

📋 copy color: '#330D41'

red 51 ◦ green 13 ◦ blue 65

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

Shades of Blackcurrant #330D41

Tints of Blackcurrant #330D41

RGB

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

 GREEN value IS 13 (5.47% from 255) = 10.08%

 BLUE value IS 65 (25.78% from 255) = 50.39%

R = 39.53%
G = 10.08%
B = 50.39%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330D41 (or 0x330D41) is known color: Blackcurrant. HEX triplet: 33, 0D and 41. RGB value is (51,13,65). Sum of RGB (Red+Green+Blue) = 51+13+65=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 13 (5.47% from 255 or 10.08% from 129); Blue value is 65 (25.78% from 255 or 50.39% from 129); Max value from RGB is 65 - color contains mainly: blue. Hex color #330D41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D41 is #CCF2BE. Grayscale: #1E1E1E. Windows color (decimal): -13431487 or 4263219. OLE color: 4263219.

HSL color Cylindrical-coordinate representation of color #330D41: hue angle of 283.85º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330D41 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 13 65 -
CMYK 0.22 0.80 0 0.75
HSL 283.85º 0.67% 0.15% -
HSV(B) 283.85º 0.8% 0.25% -
XYZ 2.46 1.37 5.14 -
YUV 30.29 147.59 142.77 -
System Red Green Blue C M Y K H S L
Decimal 51 13 65 0.22 0.80 0 0.75 283.85 0.67 0.15
Hex 33 D 41 16 50 0 4B 11C 43 F
Octal 63 15 101 26 120 0 113 434 103 17
Binary 110011 1101 1000001 10110 1010000 0 1001011 100011100 1000011 1111

Color Harmonies of #330D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D41

Black with #330D41

Text Example


Text Example

White with #330D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,13,65); }

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

background-color css

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

 a { background-color: rgb(51,13,65); }

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

border-color css

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

 span { border-color: rgb(51,13,65); }

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