Html Css Color HEX #350743 Blackcurrant

📋 copy color: '#350743'

red 53 ◦ green 7 ◦ blue 67

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

Shades of Blackcurrant #350743

Tints of Blackcurrant #350743

RGB

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

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

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

R = 41.73%
G = 5.51%
B = 52.76%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#350743 (or 0x350743) is known color: Blackcurrant. HEX triplet: 35, 07 and 43. RGB value is (53,7,67). Sum of RGB (Red+Green+Blue) = 53+7+67=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 67 (26.56% from 255 or 52.76% from 127); Max value from RGB is 67 - color contains mainly: blue. Hex color #350743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350743 is #CAF8BC. Grayscale: #1B1B1B. Windows color (decimal): -13301949 or 4392757. OLE color: 4392757.

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

Color convert

RGB 53 7 67 -
CMYK 0.21 0.90 0 0.74
HSL 286º 0.81% 0.15% -
HSV(B) 286º 0.9% 0.26% -
XYZ 2.56 1.31 5.43 -
YUV 27.59 150.24 146.12 -
System Red Green Blue C M Y K H S L
Decimal 53 7 67 0.21 0.90 0 0.74 286 0.81 0.15
Hex 35 7 43 15 5A 0 4A 11E 51 F
Octal 65 7 103 25 132 0 112 436 121 17
Binary 110101 111 1000011 10101 1011010 0 1001010 100011110 1010001 1111

Color Harmonies of #350743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350743

Black with #350743

Text Example


Text Example

White with #350743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350743; }

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

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

background-color css

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

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

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

border-color css

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

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

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