Html Css Color HEX #35063D Blackcurrant

📋 copy color: '#35063D'

red 53 ◦ green 6 ◦ blue 61

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

Shades of Blackcurrant #35063D

Tints of Blackcurrant #35063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5%

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

R = 44.17%
G = 5%
B = 50.83%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35063D (or 0x35063D) is known color: Blackcurrant. HEX triplet: 35, 06 and 3D. RGB value is (53,6,61). Sum of RGB (Red+Green+Blue) = 53+6+61=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #35063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35063D is #CAF9C2. Grayscale: #1A1A1A. Windows color (decimal): -13302211 or 3999285. OLE color: 3999285.

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

Color convert

RGB 53 6 61 -
CMYK 0.13 0.90 0 0.76
HSL 291.27º 0.82% 0.13% -
HSV(B) 291.27º 0.9% 0.24% -
XYZ 2.38 1.22 4.53 -
YUV 26.32 147.57 147.03 -
System Red Green Blue C M Y K H S L
Decimal 53 6 61 0.13 0.90 0 0.76 291.27 0.82 0.13
Hex 35 6 3D D 5A 0 4C 123 52 D
Octal 65 6 75 15 132 0 114 443 122 15
Binary 110101 110 111101 1101 1011010 0 1001100 100100011 1010010 1101

Color Harmonies of #35063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35063D

Black with #35063D

Text Example


Text Example

White with #35063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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