Html Css Color HEX #35273A Blackcurrant

📋 copy color: '#35273A'

red 53 ◦ green 39 ◦ blue 58

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

Shades of Blackcurrant #35273A

Tints of Blackcurrant #35273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26%

 BLUE value IS 58 (23.05% from 255) = 38.67%

R = 35.33%
G = 26%
B = 38.67%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35273A (or 0x35273A) is known color: Blackcurrant. HEX triplet: 35, 27 and 3A. RGB value is (53,39,58). Sum of RGB (Red+Green+Blue) = 53+39+58=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 39 (15.62% from 255 or 26% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 58 - color contains mainly: blue. Hex color #35273A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35273A is #CAD8C5. Grayscale: #2D2D2D. Windows color (decimal): -13293766 or 3811125. OLE color: 3811125.

HSL color Cylindrical-coordinate representation of color #35273A: hue angle of 284.21º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #35273A is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 39 58 -
CMYK 0.09 0.33 0 0.77
HSL 284.21º 0.2% 0.19% -
HSV(B) 284.21º 0.33% 0.23% -
XYZ 2.96 2.51 4.33 -
YUV 45.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 53 39 58 0.09 0.33 0 0.77 284.21 0.2 0.19
Hex 35 27 3A 9 21 0 4D 11C 14 13
Octal 65 47 72 11 41 0 115 434 24 23
Binary 110101 100111 111010 1001 100001 0 1001101 100011100 10100 10011

Color Harmonies of #35273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35273A

Black with #35273A

Text Example


Text Example

White with #35273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35273A; }

 p { color: rgb(53,39,58); }

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

background-color css

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

 a { background-color: rgb(53,39,58); }

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

border-color css

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

 span { border-color: rgb(53,39,58); }

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