Html Css Color HEX #350348 Blackcurrant

📋 copy color: '#350348'

red 53 ◦ green 3 ◦ blue 72

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

Shades of Blackcurrant #350348

Tints of Blackcurrant #350348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.34%

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

R = 41.41%
G = 2.34%
B = 56.25%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350348 (or 0x350348) is known color: Blackcurrant. HEX triplet: 35, 03 and 48. RGB value is (53,3,72). Sum of RGB (Red+Green+Blue) = 53+3+72=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 72 (28.52% from 255 or 56.25% from 128); Max value from RGB is 72 - color contains mainly: blue. Hex color #350348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350348 is #CAFCB7. Grayscale: #191919. Windows color (decimal): -13302968 or 4719413. OLE color: 4719413.

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

Color convert

RGB 53 3 72 -
CMYK 0.26 0.96 0 0.72
HSL 283.48º 0.92% 0.15% -
HSV(B) 283.48º 0.96% 0.28% -
XYZ 2.67 1.29 6.24 -
YUV 25.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 53 3 72 0.26 0.96 0 0.72 283.48 0.92 0.15
Hex 35 3 48 1A 60 0 48 11B 5C F
Octal 65 3 110 32 140 0 110 433 134 17
Binary 110101 11 1001000 11010 1100000 0 1001000 100011011 1011100 1111

Color Harmonies of #350348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350348

Black with #350348

Text Example


Text Example

White with #350348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350348; }

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

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

background-color css

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

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

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

border-color css

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

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

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