Html Css Color HEX #35003E Blackcurrant

📋 copy color: '#35003E'

red 53 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #35003E

Tints of Blackcurrant #35003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 53.91%

R = 46.09%
G = 0%
B = 53.91%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35003E (or 0x35003E) is known color: Blackcurrant. HEX triplet: 35, 00 and 3E. RGB value is (53,0,62). Sum of RGB (Red+Green+Blue) = 53+0+62=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #35003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35003E is #CAFFC1. Grayscale: #161616. Windows color (decimal): -13303746 or 4063285. OLE color: 4063285.

HSL color Cylindrical-coordinate representation of color #35003E: hue angle of 291.29º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35003E is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 0 62 -
CMYK 0.15 1 0 0.76
HSL 291.29º 1% 0.12% -
HSV(B) 291.29º 1% 0.24% -
XYZ 2.34 1.1 4.65 -
YUV 22.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 53 0 62 0.15 1 0 0.76 291.29 1 0.12
Hex 35 0 3E F 64 0 4C 123 64 C
Octal 65 0 76 17 144 0 114 443 144 14
Binary 110101 0 111110 1111 1100100 0 1001100 100100011 1100100 1100

Color Harmonies of #35003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35003E

Black with #35003E

Text Example


Text Example

White with #35003E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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