Html Css Color HEX #330245 Blackcurrant

📋 copy color: '#330245'

red 51 ◦ green 2 ◦ blue 69

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

Shades of Blackcurrant #330245

Tints of Blackcurrant #330245

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.64%

 BLUE value IS 69 (27.34% from 255) = 56.56%

R = 41.8%
G = 1.64%
B = 56.56%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#330245 (or 0x330245) is known color: Blackcurrant. HEX triplet: 33, 02 and 45. RGB value is (51,2,69). Sum of RGB (Red+Green+Blue) = 51+2+69=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 2 (1.17% from 255 or 1.64% from 122); Blue value is 69 (27.34% from 255 or 56.56% from 122); Max value from RGB is 69 - color contains mainly: blue. Hex color #330245 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330245 is #CCFDBA. Grayscale: #181818. Windows color (decimal): -13434299 or 4522547. OLE color: 4522547.

HSL color Cylindrical-coordinate representation of color #330245: hue angle of 283.88º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #330245 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 51 2 69 -
CMYK 0.26 0.97 0 0.73
HSL 283.88º 0.94% 0.14% -
HSV(B) 283.88º 0.97% 0.27% -
XYZ 2.46 1.18 5.73 -
YUV 24.29 153.23 147.05 -
System Red Green Blue C M Y K H S L
Decimal 51 2 69 0.26 0.97 0 0.73 283.88 0.94 0.14
Hex 33 2 45 1A 61 0 49 11C 5E E
Octal 63 2 105 32 141 0 111 434 136 16
Binary 110011 10 1000101 11010 1100001 0 1001001 100011100 1011110 1110

Color Harmonies of #330245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330245

Black with #330245

Text Example


Text Example

White with #330245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330245; }

 p { color: rgb(51,2,69); }

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

background-color css

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

 a { background-color: rgb(51,2,69); }

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

border-color css

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

 span { border-color: rgb(51,2,69); }

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