Html Css Color HEX #330D3F Blackcurrant

📋 copy color: '#330D3F'

red 51 ◦ green 13 ◦ blue 63

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

Shades of Blackcurrant #330D3F

Tints of Blackcurrant #330D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 49.61%

R = 40.16%
G = 10.24%
B = 49.61%

CMYK

 C value IS 0.19

 M value IS 0.79

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#330D3F (or 0x330D3F) is known color: Blackcurrant. HEX triplet: 33, 0D and 3F. RGB value is (51,13,63). Sum of RGB (Red+Green+Blue) = 51+13+63=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 13 (5.47% from 255 or 10.24% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #330D3F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D3F is #CCF2C0. Grayscale: #1D1D1D. Windows color (decimal): -13431489 or 4132147. OLE color: 4132147.

HSL color Cylindrical-coordinate representation of color #330D3F: hue angle of 285.6º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #330D3F is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 13 63 -
CMYK 0.19 0.79 0 0.75
HSL 285.6º 0.66% 0.15% -
HSV(B) 285.6º 0.79% 0.25% -
XYZ 2.41 1.35 4.84 -
YUV 30.06 146.59 142.93 -
System Red Green Blue C M Y K H S L
Decimal 51 13 63 0.19 0.79 0 0.75 285.6 0.66 0.15
Hex 33 D 3F 13 4F 0 4B 11E 42 F
Octal 63 15 77 23 117 0 113 436 102 17
Binary 110011 1101 111111 10011 1001111 0 1001011 100011110 1000010 1111

Color Harmonies of #330D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D3F

Black with #330D3F

Text Example


Text Example

White with #330D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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