Html Css Color HEX #351843 Blackcurrant

📋 copy color: '#351843'

red 53 ◦ green 24 ◦ blue 67

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

Shades of Blackcurrant #351843

Tints of Blackcurrant #351843

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.67%

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

R = 36.81%
G = 16.67%
B = 46.53%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#351843 (or 0x351843) is known color: Blackcurrant. HEX triplet: 35, 18 and 43. RGB value is (53,24,67). Sum of RGB (Red+Green+Blue) = 53+24+67=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 67 (26.56% from 255 or 46.53% from 144); Max value from RGB is 67 - color contains mainly: blue. Hex color #351843 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #351843 is #CAE7BC. Grayscale: #252525. Windows color (decimal): -13297597 or 4397109. OLE color: 4397109.

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

Color convert

RGB 53 24 67 -
CMYK 0.21 0.64 0 0.74
HSL 280.47º 0.47% 0.18% -
HSV(B) 280.47º 0.64% 0.26% -
XYZ 2.81 1.82 5.51 -
YUV 37.57 144.61 139 -
System Red Green Blue C M Y K H S L
Decimal 53 24 67 0.21 0.64 0 0.74 280.47 0.47 0.18
Hex 35 18 43 15 40 0 4A 118 2F 12
Octal 65 30 103 25 100 0 112 430 57 22
Binary 110101 11000 1000011 10101 1000000 0 1001010 100011000 101111 10010

Color Harmonies of #351843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351843

Black with #351843

Text Example


Text Example

White with #351843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351843; }

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

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

background-color css

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

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

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

border-color css

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

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

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