Html Css Color HEX #35133D Blackcurrant

📋 copy color: '#35133D'

red 53 ◦ green 19 ◦ blue 61

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

Shades of Blackcurrant #35133D

Tints of Blackcurrant #35133D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.29%

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

R = 39.85%
G = 14.29%
B = 45.86%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35133D (or 0x35133D) is known color: Blackcurrant. HEX triplet: 35, 13 and 3D. RGB value is (53,19,61). Sum of RGB (Red+Green+Blue) = 53+19+61=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #35133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35133D is #CAECC2. Grayscale: #212121. Windows color (decimal): -13298883 or 4002613. OLE color: 4002613.

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

Color convert

RGB 53 19 61 -
CMYK 0.13 0.69 0 0.76
HSL 288.57º 0.53% 0.16% -
HSV(B) 288.57º 0.69% 0.24% -
XYZ 2.54 1.56 4.58 -
YUV 33.95 143.26 141.58 -
System Red Green Blue C M Y K H S L
Decimal 53 19 61 0.13 0.69 0 0.76 288.57 0.53 0.16
Hex 35 13 3D D 45 0 4C 121 34 10
Octal 65 23 75 15 105 0 114 441 64 20
Binary 110101 10011 111101 1101 1000101 0 1001100 100100001 110100 10000

Color Harmonies of #35133D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35133D

Black with #35133D

Text Example


Text Example

White with #35133D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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