#35034B

Color #35034B Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #35034B

Tints of Blackcurrant #35034B

Color information

#35034B (or 0x35034B) is unknown color: approx Blackcurrant. HEX triplet: 35, 03 and 4B. RGB value is (53,3,75). Sum of RGB (Red+Green+Blue) = 53+3+75=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #35034B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35034B is #CAFCB4. Grayscale: #191919. Windows color (decimal): -13302965 or 4916021. OLE color: 4916021.

HSL color Cylindrical-coordinate representation of color #35034B: hue angle of 281.67º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #35034B is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53375-
CMYK0.290.9600.71
HSL281.67º92.31%15.29%-
HSV(B)281.67º96%29.41%-
XYZ2.771.336.77-
YUV26.16155.56147.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 3 (1.56% from 255) = 2.29%
BLUE value IS 75 (29.69% from 255) = 57.25%
R=40.46%
G=2.29%
B=57.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal533750.290.9600.71281.6792.3115.29
Hex3534B1D6004711a5cf
Octal65311335140010743213417
Binary1101011110010111110111000000100011110001101010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35034B; }

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

 H1.HeaderClassName
 {
   color: #35034B;
 }
 .AnyTagClassName
 {
   color: #35034B;
 }
</style>
background-color css

<style>
 a { background-color: #35034B; }

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

 div.DivClassName
 {
   background-color: #35034B;
 }
 .BgClassName
 {
   background-color: #35034B;
 }
</style>
border-color css

<style>
 span { border-color: #35034B; }

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

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