Html Css Color HEX #35013A Blackcurrant

📋 copy color: '#35013A'

red 53 ◦ green 1 ◦ blue 58

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

Shades of Blackcurrant #35013A

Tints of Blackcurrant #35013A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.89%

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

R = 47.32%
G = 0.89%
B = 51.79%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35013A (or 0x35013A) is known color: Blackcurrant. HEX triplet: 35, 01 and 3A. RGB value is (53,1,58). Sum of RGB (Red+Green+Blue) = 53+1+58=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #35013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35013A is #CAFEC5. Grayscale: #161616. Windows color (decimal): -13303494 or 3801397. OLE color: 3801397.

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

Color convert

RGB 53 1 58 -
CMYK 0.09 0.98 0 0.77
HSL 294.74º 0.97% 0.12% -
HSV(B) 294.74º 0.98% 0.23% -
XYZ 2.24 1.08 4.09 -
YUV 23.05 147.73 149.37 -
System Red Green Blue C M Y K H S L
Decimal 53 1 58 0.09 0.98 0 0.77 294.74 0.97 0.12
Hex 35 1 3A 9 62 0 4D 127 61 C
Octal 65 1 72 11 142 0 115 447 141 14
Binary 110101 1 111010 1001 1100010 0 1001101 100100111 1100001 1100

Color Harmonies of #35013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35013A

Black with #35013A

Text Example


Text Example

White with #35013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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