Html Css Color HEX #35003B Blackcurrant

📋 copy color: '#35003B'

red 53 ◦ green 0 ◦ blue 59

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

Shades of Blackcurrant #35003B

Tints of Blackcurrant #35003B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 59 (23.44% from 255) = 52.68%

R = 47.32%
G = 0%
B = 52.68%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#35003B (or 0x35003B) is known color: Blackcurrant. HEX triplet: 35, 00 and 3B. RGB value is (53,0,59). Sum of RGB (Red+Green+Blue) = 53+0+59=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 59 (23.44% from 255 or 52.68% from 112); Max value from RGB is 59 - color contains mainly: blue. Hex color #35003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35003B is #CAFFC4. Grayscale: #161616. Windows color (decimal): -13303749 or 3866677. OLE color: 3866677.

HSL color Cylindrical-coordinate representation of color #35003B: hue angle of 293.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #35003B is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 53 0 59 -
CMYK 0.10 1 0 0.77
HSL 293.9º 1% 0.12% -
HSV(B) 293.9º 1% 0.23% -
XYZ 2.26 1.07 4.23 -
YUV 22.57 148.56 149.7 -
System Red Green Blue C M Y K H S L
Decimal 53 0 59 0.10 1 0 0.77 293.9 1 0.12
Hex 35 0 3B A 64 0 4D 126 64 C
Octal 65 0 73 12 144 0 115 446 144 14
Binary 110101 0 111011 1010 1100100 0 1001101 100100110 1100100 1100

Color Harmonies of #35003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35003B

Black with #35003B

Text Example


Text Example

White with #35003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,0,59); }

 H1.HeaderClassName
 {
   color: #35003B;
 }
 .AnyTagClassName
 {
   color: #35003B;
 }
</style>

background-color css

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

 a { background-color: rgb(53,0,59); }

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

border-color css

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

 span { border-color: rgb(53,0,59); }

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