Html Css Color HEX #35003A Blackcurrant

📋 copy color: '#35003A'

red 53 ◦ green 0 ◦ blue 58

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

Shades of Blackcurrant #35003A

Tints of Blackcurrant #35003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.75%
G = 0%
B = 52.25%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35003A (or 0x35003A) is known color: Blackcurrant. HEX triplet: 35, 00 and 3A. RGB value is (53,0,58). Sum of RGB (Red+Green+Blue) = 53+0+58=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #35003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35003A is #CAFFC5. Grayscale: #161616. Windows color (decimal): -13303750 or 3801141. OLE color: 3801141.

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

Color convert

RGB 53 0 58 -
CMYK 0.09 1 0 0.77
HSL 294.83º 1% 0.11% -
HSV(B) 294.83º 1% 0.23% -
XYZ 2.23 1.06 4.09 -
YUV 22.46 148.06 149.78 -
System Red Green Blue C M Y K H S L
Decimal 53 0 58 0.09 1 0 0.77 294.83 1 0.11
Hex 35 0 3A 9 64 0 4D 127 64 B
Octal 65 0 72 11 144 0 115 447 144 13
Binary 110101 0 111010 1001 1100100 0 1001101 100100111 1100100 1011

Color Harmonies of #35003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35003A

Black with #35003A

Text Example


Text Example

White with #35003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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