Html Css Color HEX #330D3B Blackcurrant

📋 copy color: '#330D3B'

red 51 ◦ green 13 ◦ blue 59

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

Shades of Blackcurrant #330D3B

Tints of Blackcurrant #330D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 47.97%

R = 41.46%
G = 10.57%
B = 47.97%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#330D3B (or 0x330D3B) is known color: Blackcurrant. HEX triplet: 33, 0D and 3B. RGB value is (51,13,59). Sum of RGB (Red+Green+Blue) = 51+13+59=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 59 (23.44% from 255 or 47.97% from 123); Max value from RGB is 59 - color contains mainly: blue. Hex color #330D3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D3B is #CCF2C4. Grayscale: #1D1D1D. Windows color (decimal): -13431493 or 3870003. OLE color: 3870003.

HSL color Cylindrical-coordinate representation of color #330D3B: hue angle of 289.57º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #330D3B is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 13 59 -
CMYK 0.14 0.78 0 0.77
HSL 289.57º 0.64% 0.14% -
HSV(B) 289.57º 0.78% 0.23% -
XYZ 2.3 1.31 4.27 -
YUV 29.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 51 13 59 0.14 0.78 0 0.77 289.57 0.64 0.14
Hex 33 D 3B E 4E 0 4D 122 40 E
Octal 63 15 73 16 116 0 115 442 100 16
Binary 110011 1101 111011 1110 1001110 0 1001101 100100010 1000000 1110

Color Harmonies of #330D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D3B

Black with #330D3B

Text Example


Text Example

White with #330D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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