Html Css Color HEX #350843 Blackcurrant

📋 copy color: '#350843'

red 53 ◦ green 8 ◦ blue 67

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

Shades of Blackcurrant #350843

Tints of Blackcurrant #350843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 52.34%

R = 41.41%
G = 6.25%
B = 52.34%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350843 (or 0x350843) is known color: Blackcurrant. HEX triplet: 35, 08 and 43. RGB value is (53,8,67). Sum of RGB (Red+Green+Blue) = 53+8+67=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #350843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350843 is #CAF7BC. Grayscale: #1B1B1B. Windows color (decimal): -13301693 or 4393013. OLE color: 4393013.

HSL color Cylindrical-coordinate representation of color #350843: hue angle of 285.76º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #350843 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 53 8 67 -
CMYK 0.21 0.88 0 0.74
HSL 285.76º 0.79% 0.15% -
HSV(B) 285.76º 0.88% 0.26% -
XYZ 2.57 1.34 5.43 -
YUV 28.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 53 8 67 0.21 0.88 0 0.74 285.76 0.79 0.15
Hex 35 8 43 15 58 0 4A 11E 4F F
Octal 65 10 103 25 130 0 112 436 117 17
Binary 110101 1000 1000011 10101 1011000 0 1001010 100011110 1001111 1111

Color Harmonies of #350843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350843

Black with #350843

Text Example


Text Example

White with #350843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350843; }

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

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

background-color css

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

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

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

border-color css

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

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

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