Html Css Color HEX #350848 Blackcurrant

📋 copy color: '#350848'

red 53 ◦ green 8 ◦ blue 72

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

Shades of Blackcurrant #350848

Tints of Blackcurrant #350848

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

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

R = 39.85%
G = 6.02%
B = 54.14%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#350848 (or 0x350848) is known color: Blackcurrant. HEX triplet: 35, 08 and 48. RGB value is (53,8,72). Sum of RGB (Red+Green+Blue) = 53+8+72=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 72 (28.52% from 255 or 54.14% from 133); Max value from RGB is 72 - color contains mainly: blue. Hex color #350848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350848 is #CAF7B7. Grayscale: #1C1C1C. Windows color (decimal): -13301688 or 4720693. OLE color: 4720693.

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

Color convert

RGB 53 8 72 -
CMYK 0.26 0.89 0 0.72
HSL 282.19º 0.8% 0.16% -
HSV(B) 282.19º 0.89% 0.28% -
XYZ 2.72 1.4 6.26 -
YUV 28.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 53 8 72 0.26 0.89 0 0.72 282.19 0.8 0.16
Hex 35 8 48 1A 59 0 48 11A 50 10
Octal 65 10 110 32 131 0 110 432 120 20
Binary 110101 1000 1001000 11010 1011001 0 1001000 100011010 1010000 10000

Color Harmonies of #350848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350848

Black with #350848

Text Example


Text Example

White with #350848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350848; }

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

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

background-color css

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

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

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

border-color css

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

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

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