Html Css Color HEX #35153D Blackcurrant

📋 copy color: '#35153D'

red 53 ◦ green 21 ◦ blue 61

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

Shades of Blackcurrant #35153D

Tints of Blackcurrant #35153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

 BLUE value IS 61 (24.22% from 255) = 45.19%

R = 39.26%
G = 15.56%
B = 45.19%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35153D (or 0x35153D) is known color: Blackcurrant. HEX triplet: 35, 15 and 3D. RGB value is (53,21,61). Sum of RGB (Red+Green+Blue) = 53+21+61=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #35153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35153D is #CAEAC2. Grayscale: #232323. Windows color (decimal): -13298371 or 4003125. OLE color: 4003125.

HSL color Cylindrical-coordinate representation of color #35153D: hue angle of 288º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #35153D is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 21 61 -
CMYK 0.13 0.66 0 0.76
HSL 288º 0.49% 0.16% -
HSV(B) 288º 0.66% 0.24% -
XYZ 2.58 1.63 4.59 -
YUV 35.13 142.6 140.75 -
System Red Green Blue C M Y K H S L
Decimal 53 21 61 0.13 0.66 0 0.76 288 0.49 0.16
Hex 35 15 3D D 42 0 4C 120 31 10
Octal 65 25 75 15 102 0 114 440 61 20
Binary 110101 10101 111101 1101 1000010 0 1001100 100100000 110001 10000

Color Harmonies of #35153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35153D

Black with #35153D

Text Example


Text Example

White with #35153D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35153D; }

 p { color: rgb(53,21,61); }

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

background-color css

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

 a { background-color: rgb(53,21,61); }

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

border-color css

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

 span { border-color: rgb(53,21,61); }

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