Html Css Color HEX #330F3B Blackcurrant

📋 copy color: '#330F3B'

red 51 ◦ green 15 ◦ blue 59

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

Shades of Blackcurrant #330F3B

Tints of Blackcurrant #330F3B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12%

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

R = 40.8%
G = 12%
B = 47.2%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#330F3B (or 0x330F3B) is known color: Blackcurrant. HEX triplet: 33, 0F and 3B. RGB value is (51,15,59). Sum of RGB (Red+Green+Blue) = 51+15+59=125 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.8% from 125); Green value is 15 (6.25% from 255 or 12% from 125); Blue value is 59 (23.44% from 255 or 47.2% from 125); Max value from RGB is 59 - color contains mainly: blue. Hex color #330F3B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330F3B is #CCF0C4. Grayscale: #1E1E1E. Windows color (decimal): -13430981 or 3870515. OLE color: 3870515.

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

Color convert

RGB 51 15 59 -
CMYK 0.14 0.75 0 0.77
HSL 289.09º 0.59% 0.15% -
HSV(B) 289.09º 0.75% 0.23% -
XYZ 2.33 1.36 4.28 -
YUV 30.78 143.93 142.42 -
System Red Green Blue C M Y K H S L
Decimal 51 15 59 0.14 0.75 0 0.77 289.09 0.59 0.15
Hex 33 F 3B E 4B 0 4D 121 3B F
Octal 63 17 73 16 113 0 115 441 73 17
Binary 110011 1111 111011 1110 1001011 0 1001101 100100001 111011 1111

Color Harmonies of #330F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330F3B

Black with #330F3B

Text Example


Text Example

White with #330F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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