Html Css Color HEX #35063C Blackcurrant

📋 copy color: '#35063C'

red 53 ◦ green 6 ◦ blue 60

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

Shades of Blackcurrant #35063C

Tints of Blackcurrant #35063C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 50.42%

R = 44.54%
G = 5.04%
B = 50.42%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35063C (or 0x35063C) is known color: Blackcurrant. HEX triplet: 35, 06 and 3C. RGB value is (53,6,60). Sum of RGB (Red+Green+Blue) = 53+6+60=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #35063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35063C is #CAF9C3. Grayscale: #1A1A1A. Windows color (decimal): -13302212 or 3933749. OLE color: 3933749.

HSL color Cylindrical-coordinate representation of color #35063C: hue angle of 292.22º 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 #35063C is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 6 60 -
CMYK 0.12 0.90 0 0.76
HSL 292.22º 0.82% 0.13% -
HSV(B) 292.22º 0.9% 0.24% -
XYZ 2.35 1.21 4.39 -
YUV 26.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 53 6 60 0.12 0.90 0 0.76 292.22 0.82 0.13
Hex 35 6 3C C 5A 0 4C 124 52 D
Octal 65 6 74 14 132 0 114 444 122 15
Binary 110101 110 111100 1100 1011010 0 1001100 100100100 1010010 1101

Color Harmonies of #35063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35063C

Black with #35063C

Text Example


Text Example

White with #35063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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