Html Css Color HEX #35123F Blackcurrant

📋 copy color: '#35123F'

red 53 ◦ green 18 ◦ blue 63

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

Shades of Blackcurrant #35123F

Tints of Blackcurrant #35123F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.43%

 BLUE value IS 63 (25% from 255) = 47.01%

R = 39.55%
G = 13.43%
B = 47.01%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#35123F (or 0x35123F) is known color: Blackcurrant. HEX triplet: 35, 12 and 3F. RGB value is (53,18,63). Sum of RGB (Red+Green+Blue) = 53+18+63=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #35123F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35123F is #CAEDC0. Grayscale: #212121. Windows color (decimal): -13299137 or 4133429. OLE color: 4133429.

HSL color Cylindrical-coordinate representation of color #35123F: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #35123F is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 53 18 63 -
CMYK 0.16 0.71 0 0.75
HSL 286.67º 0.56% 0.16% -
HSV(B) 286.67º 0.71% 0.25% -
XYZ 2.58 1.55 4.87 -
YUV 33.6 144.6 141.84 -
System Red Green Blue C M Y K H S L
Decimal 53 18 63 0.16 0.71 0 0.75 286.67 0.56 0.16
Hex 35 12 3F 10 47 0 4B 11F 38 10
Octal 65 22 77 20 107 0 113 437 70 20
Binary 110101 10010 111111 10000 1000111 0 1001011 100011111 111000 10000

Color Harmonies of #35123F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35123F

Black with #35123F

Text Example


Text Example

White with #35123F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35123F; }

 p { color: rgb(53,18,63); }

 H1.HeaderClassName
 {
   color: #35123F;
 }
 .AnyTagClassName
 {
   color: #35123F;
 }
</style>

background-color css

<style>
 a { background-color: #35123F; }

 a { background-color: rgb(53,18,63); }

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

border-color css

<style>
 span { border-color: #35123F; }

 span { border-color: rgb(53,18,63); }

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