Html Css Color HEX #330453 Blackcurrant

📋 copy color: '#330453'

red 51 ◦ green 4 ◦ blue 83

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

Shades of Blackcurrant #330453

Tints of Blackcurrant #330453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.9%

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 36.96%
G = 2.9%
B = 60.14%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#330453 (or 0x330453) is known color: Blackcurrant. HEX triplet: 33, 04 and 53. RGB value is (51,4,83). Sum of RGB (Red+Green+Blue) = 51+4+83=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #330453 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #330453 is #CCFBAC. Grayscale: #1A1A1A. Windows color (decimal): -13433773 or 5440563. OLE color: 5440563.

HSL color Cylindrical-coordinate representation of color #330453: hue angle of 275.7º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #330453 is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 4 83 -
CMYK 0.39 0.95 0 0.67
HSL 275.7º 0.91% 0.17% -
HSV(B) 275.7º 0.95% 0.33% -
XYZ 2.97 1.42 8.3 -
YUV 27.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 51 4 83 0.39 0.95 0 0.67 275.7 0.91 0.17
Hex 33 4 53 27 5F 0 43 114 5B 11
Octal 63 4 123 47 137 0 103 424 133 21
Binary 110011 100 1010011 100111 1011111 0 1000011 100010100 1011011 10001

Color Harmonies of #330453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330453

Black with #330453

Text Example


Text Example

White with #330453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330453; }

 p { color: rgb(51,4,83); }

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

background-color css

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

 a { background-color: rgb(51,4,83); }

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

border-color css

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

 span { border-color: rgb(51,4,83); }

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