Html Css Color HEX #35283D Blackcurrant

📋 copy color: '#35283D'

red 53 ◦ green 40 ◦ blue 61

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

Shades of Blackcurrant #35283D

Tints of Blackcurrant #35283D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.97%

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

R = 34.42%
G = 25.97%
B = 39.61%

CMYK

 C value IS 0.13

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35283D (or 0x35283D) is known color: Blackcurrant. HEX triplet: 35, 28 and 3D. RGB value is (53,40,61). Sum of RGB (Red+Green+Blue) = 53+40+61=154 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.42% from 154); Green value is 40 (16.02% from 255 or 25.97% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 61 - color contains mainly: blue. Hex color #35283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35283D is #CAD7C2. Grayscale: #2E2E2E. Windows color (decimal): -13293507 or 4007989. OLE color: 4007989.

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

Color convert

RGB 53 40 61 -
CMYK 0.13 0.34 0 0.76
HSL 277.14º 0.21% 0.2% -
HSV(B) 277.14º 0.34% 0.24% -
XYZ 3.07 2.61 4.76 -
YUV 46.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 53 40 61 0.13 0.34 0 0.76 277.14 0.21 0.2
Hex 35 28 3D D 22 0 4C 115 15 14
Octal 65 50 75 15 42 0 114 425 25 24
Binary 110101 101000 111101 1101 100010 0 1001100 100010101 10101 10100

Color Harmonies of #35283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35283D

Black with #35283D

Text Example


Text Example

White with #35283D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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