Html Css Color HEX #23073F Blackcurrant

📋 copy color: '#23073F'

red 35 ◦ green 7 ◦ blue 63

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

Shades of Blackcurrant #23073F

Tints of Blackcurrant #23073F

RGB

 RED value IS 35 (14.06% from 255) = 33.33%

 GREEN value IS 7 (3.13% from 255) = 6.67%

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

R = 33.33%
G = 6.67%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#23073F (or 0x23073F) is known color: Blackcurrant. HEX triplet: 23, 07 and 3F. RGB value is (35,7,63). Sum of RGB (Red+Green+Blue) = 35+7+63=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 7 (3.12% from 255 or 6.67% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #23073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #23073F is #DCF8C0. Grayscale: #151515. Windows color (decimal): -14481601 or 4130595. OLE color: 4130595.

HSL color Cylindrical-coordinate representation of color #23073F: hue angle of 270º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #23073F is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 7 63 -
CMYK 0.44 0.89 0 0.75
HSL 270º 0.8% 0.14% -
HSV(B) 270º 0.89% 0.25% -
XYZ 1.67 0.87 4.78 -
YUV 21.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 35 7 63 0.44 0.89 0 0.75 270 0.8 0.14
Hex 23 7 3F 2C 59 0 4B 10E 50 E
Octal 43 7 77 54 131 0 113 416 120 16
Binary 100011 111 111111 101100 1011001 0 1001011 100001110 1010000 1110

Color Harmonies of #23073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23073F

Black with #23073F

Text Example


Text Example

White with #23073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,7,63); }

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

background-color css

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

 a { background-color: rgb(35,7,63); }

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

border-color css

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

 span { border-color: rgb(35,7,63); }

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