Html Css Color HEX #350048 Blackcurrant

📋 copy color: '#350048'

red 53 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #350048

Tints of Blackcurrant #350048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.4%
G = 0%
B = 57.6%

CMYK

 C value IS 0.26

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350048 (or 0x350048) is known color: Blackcurrant. HEX triplet: 35, 00 and 48. RGB value is (53,0,72). Sum of RGB (Red+Green+Blue) = 53+0+72=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 0 (0.39% from 255 or 0% from 125); Blue value is 72 (28.52% from 255 or 57.6% from 125); Max value from RGB is 72 - color contains mainly: blue. Hex color #350048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350048 is #CAFFB7. Grayscale: #171717. Windows color (decimal): -13303736 or 4718645. OLE color: 4718645.

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

Color convert

RGB 53 0 72 -
CMYK 0.26 1 0 0.72
HSL 284.17º 1% 0.14% -
HSV(B) 284.17º 1% 0.28% -
XYZ 2.64 1.22 6.23 -
YUV 24.06 155.06 148.65 -
System Red Green Blue C M Y K H S L
Decimal 53 0 72 0.26 1 0 0.72 284.17 1 0.14
Hex 35 0 48 1A 64 0 48 11C 64 E
Octal 65 0 110 32 144 0 110 434 144 16
Binary 110101 0 1001000 11010 1100100 0 1001000 100011100 1100100 1110

Color Harmonies of #350048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350048

Black with #350048

Text Example


Text Example

White with #350048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350048; }

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

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

background-color css

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

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

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

border-color css

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

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

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