Html Css Color HEX #35103E Blackcurrant

📋 copy color: '#35103E'

red 53 ◦ green 16 ◦ blue 62

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

Shades of Blackcurrant #35103E

Tints of Blackcurrant #35103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.21%

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

R = 40.46%
G = 12.21%
B = 47.33%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35103E (or 0x35103E) is known color: Blackcurrant. HEX triplet: 35, 10 and 3E. RGB value is (53,16,62). Sum of RGB (Red+Green+Blue) = 53+16+62=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 16 (6.64% from 255 or 12.21% from 131); Blue value is 62 (24.61% from 255 or 47.33% from 131); Max value from RGB is 62 - color contains mainly: blue. Hex color #35103E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35103E is #CAEFC1. Grayscale: #202020. Windows color (decimal): -13299650 or 4067381. OLE color: 4067381.

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

Color convert

RGB 53 16 62 -
CMYK 0.15 0.74 0 0.76
HSL 288.26º 0.59% 0.15% -
HSV(B) 288.26º 0.74% 0.24% -
XYZ 2.52 1.48 4.71 -
YUV 32.31 144.76 142.76 -
System Red Green Blue C M Y K H S L
Decimal 53 16 62 0.15 0.74 0 0.76 288.26 0.59 0.15
Hex 35 10 3E F 4A 0 4C 120 3B F
Octal 65 20 76 17 112 0 114 440 73 17
Binary 110101 10000 111110 1111 1001010 0 1001100 100100000 111011 1111

Color Harmonies of #35103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35103E

Black with #35103E

Text Example


Text Example

White with #35103E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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