Html Css Color HEX #350748 Blackcurrant

📋 copy color: '#350748'

red 53 ◦ green 7 ◦ blue 72

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

Shades of Blackcurrant #350748

Tints of Blackcurrant #350748

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

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

R = 40.15%
G = 5.3%
B = 54.55%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350748 (or 0x350748) is known color: Blackcurrant. HEX triplet: 35, 07 and 48. RGB value is (53,7,72). Sum of RGB (Red+Green+Blue) = 53+7+72=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #350748 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350748 is #CAF8B7. Grayscale: #1B1B1B. Windows color (decimal): -13301944 or 4720437. OLE color: 4720437.

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

Color convert

RGB 53 7 72 -
CMYK 0.26 0.90 0 0.72
HSL 282.46º 0.82% 0.15% -
HSV(B) 282.46º 0.9% 0.28% -
XYZ 2.71 1.38 6.25 -
YUV 28.16 152.74 145.71 -
System Red Green Blue C M Y K H S L
Decimal 53 7 72 0.26 0.90 0 0.72 282.46 0.82 0.15
Hex 35 7 48 1A 5A 0 48 11A 52 F
Octal 65 7 110 32 132 0 110 432 122 17
Binary 110101 111 1001000 11010 1011010 0 1001000 100011010 1010010 1111

Color Harmonies of #350748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350748

Black with #350748

Text Example


Text Example

White with #350748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350748; }

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

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

background-color css

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

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

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

border-color css

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

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

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