Html Css Color HEX #350855 Blackcurrant

📋 copy color: '#350855'

red 53 ◦ green 8 ◦ blue 85

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

Shades of Blackcurrant #350855

Tints of Blackcurrant #350855

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 58.22%

R = 36.3%
G = 5.48%
B = 58.22%

CMYK

 C value IS 0.38

 M value IS 0.91

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#350855 (or 0x350855) is known color: Blackcurrant. HEX triplet: 35, 08 and 55. RGB value is (53,8,85). Sum of RGB (Red+Green+Blue) = 53+8+85=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #350855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #350855 is #CAF7AA. Grayscale: #1D1D1D. Windows color (decimal): -13301675 or 5572661. OLE color: 5572661.

HSL color Cylindrical-coordinate representation of color #350855: hue angle of 275.06º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #350855 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 8 85 -
CMYK 0.38 0.91 0 0.67
HSL 275.06º 0.83% 0.18% -
HSV(B) 275.06º 0.91% 0.33% -
XYZ 3.19 1.59 8.73 -
YUV 30.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 53 8 85 0.38 0.91 0 0.67 275.06 0.83 0.18
Hex 35 8 55 26 5B 0 43 113 53 12
Octal 65 10 125 46 133 0 103 423 123 22
Binary 110101 1000 1010101 100110 1011011 0 1000011 100010011 1010011 10010

Color Harmonies of #350855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350855

Black with #350855

Text Example


Text Example

White with #350855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350855; }

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

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

background-color css

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

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

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

border-color css

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

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

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