Html Css Color HEX #350648 Blackcurrant

📋 copy color: '#350648'

red 53 ◦ green 6 ◦ blue 72

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

Shades of Blackcurrant #350648

Tints of Blackcurrant #350648

RGB

 RED value IS 53 (21.09% from 255) = 40.46%

 GREEN value IS 6 (2.73% from 255) = 4.58%

 BLUE value IS 72 (28.52% from 255) = 54.96%

R = 40.46%
G = 4.58%
B = 54.96%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350648 (or 0x350648) is known color: Blackcurrant. HEX triplet: 35, 06 and 48. RGB value is (53,6,72). Sum of RGB (Red+Green+Blue) = 53+6+72=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 72 (28.52% from 255 or 54.96% from 131); Max value from RGB is 72 - color contains mainly: blue. Hex color #350648 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350648 is #CAF9B7. Grayscale: #1B1B1B. Windows color (decimal): -13302200 or 4720181. OLE color: 4720181.

HSL color Cylindrical-coordinate representation of color #350648: hue angle of 282.73º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #350648 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 6 72 -
CMYK 0.26 0.92 0 0.72
HSL 282.73º 0.85% 0.15% -
HSV(B) 282.73º 0.92% 0.28% -
XYZ 2.7 1.36 6.25 -
YUV 27.58 153.07 146.13 -
System Red Green Blue C M Y K H S L
Decimal 53 6 72 0.26 0.92 0 0.72 282.73 0.85 0.15
Hex 35 6 48 1A 5C 0 48 11B 55 F
Octal 65 6 110 32 134 0 110 433 125 17
Binary 110101 110 1001000 11010 1011100 0 1001000 100011011 1010101 1111

Color Harmonies of #350648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350648

Black with #350648

Text Example


Text Example

White with #350648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350648; }

 p { color: rgb(53,6,72); }

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

background-color css

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

 a { background-color: rgb(53,6,72); }

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

border-color css

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

 span { border-color: rgb(53,6,72); }

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