Html Css Color HEX #35033D Blackcurrant

📋 copy color: '#35033D'

red 53 ◦ green 3 ◦ blue 61

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

Shades of Blackcurrant #35033D

Tints of Blackcurrant #35033D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.56%

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 45.3%
G = 2.56%
B = 52.14%

CMYK

 C value IS 0.13

 M value IS 0.95

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#35033D (or 0x35033D) is known color: Blackcurrant. HEX triplet: 35, 03 and 3D. RGB value is (53,3,61). Sum of RGB (Red+Green+Blue) = 53+3+61=117 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.30% from 117); Green value is 3 (1.56% from 255 or 2.56% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #35033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35033D is #CAFCC2. Grayscale: #181818. Windows color (decimal): -13302979 or 3998517. OLE color: 3998517.

HSL color Cylindrical-coordinate representation of color #35033D: hue angle of 291.72º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #35033D is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 53 3 61 -
CMYK 0.13 0.95 0 0.76
HSL 291.72º 0.91% 0.13% -
HSV(B) 291.72º 0.95% 0.24% -
XYZ 2.34 1.16 4.52 -
YUV 24.56 148.57 148.28 -
System Red Green Blue C M Y K H S L
Decimal 53 3 61 0.13 0.95 0 0.76 291.72 0.91 0.13
Hex 35 3 3D D 5F 0 4C 124 5B D
Octal 65 3 75 15 137 0 114 444 133 15
Binary 110101 11 111101 1101 1011111 0 1001100 100100100 1011011 1101

Color Harmonies of #35033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35033D

Black with #35033D

Text Example


Text Example

White with #35033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35033D; }

 p { color: rgb(53,3,61); }

 H1.HeaderClassName
 {
   color: #35033D;
 }
 .AnyTagClassName
 {
   color: #35033D;
 }
</style>

background-color css

<style>
 a { background-color: #35033D; }

 a { background-color: rgb(53,3,61); }

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

border-color css

<style>
 span { border-color: #35033D; }

 span { border-color: rgb(53,3,61); }

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