Html Css Color HEX #35153F Blackcurrant

📋 copy color: '#35153F'

red 53 ◦ green 21 ◦ blue 63

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

Shades of Blackcurrant #35153F

Tints of Blackcurrant #35153F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 45.99%

R = 38.69%
G = 15.33%
B = 45.99%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35153F (or 0x35153F) is known color: Blackcurrant. HEX triplet: 35, 15 and 3F. RGB value is (53,21,63). Sum of RGB (Red+Green+Blue) = 53+21+63=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #35153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35153F is #CAEAC0. Grayscale: #232323. Windows color (decimal): -13298369 or 4134197. OLE color: 4134197.

HSL color Cylindrical-coordinate representation of color #35153F: hue angle of 285.71º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #35153F is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 21 63 -
CMYK 0.16 0.67 0 0.75
HSL 285.71º 0.5% 0.16% -
HSV(B) 285.71º 0.67% 0.25% -
XYZ 2.63 1.65 4.88 -
YUV 35.36 143.6 140.58 -
System Red Green Blue C M Y K H S L
Decimal 53 21 63 0.16 0.67 0 0.75 285.71 0.5 0.16
Hex 35 15 3F 10 43 0 4B 11E 32 10
Octal 65 25 77 20 103 0 113 436 62 20
Binary 110101 10101 111111 10000 1000011 0 1001011 100011110 110010 10000

Color Harmonies of #35153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35153F

Black with #35153F

Text Example


Text Example

White with #35153F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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