Html Css Color HEX #230740 Blackcurrant

📋 copy color: '#230740'

red 35 ◦ green 7 ◦ blue 64

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

Shades of Blackcurrant #230740

Tints of Blackcurrant #230740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 60.38%

R = 33.02%
G = 6.6%
B = 60.38%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230740 (or 0x230740) is known color: Blackcurrant. HEX triplet: 23, 07 and 40. RGB value is (35,7,64). Sum of RGB (Red+Green+Blue) = 35+7+64=106 (14% of max value = 765). Red value is 35 (14.06% from 255 or 33.02% from 106); Green value is 7 (3.12% from 255 or 6.60% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #230740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230740 is #DCF8BF. Grayscale: #151515. Windows color (decimal): -14481600 or 4196131. OLE color: 4196131.

HSL color Cylindrical-coordinate representation of color #230740: hue angle of 269.47º 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 #230740 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 35 7 64 -
CMYK 0.45 0.89 0 0.75
HSL 269.47º 0.8% 0.14% -
HSV(B) 269.47º 0.89% 0.25% -
XYZ 1.69 0.88 4.93 -
YUV 21.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 35 7 64 0.45 0.89 0 0.75 269.47 0.8 0.14
Hex 23 7 40 2D 59 0 4B 10D 50 E
Octal 43 7 100 55 131 0 113 415 120 16
Binary 100011 111 1000000 101101 1011001 0 1001011 100001101 1010000 1110

Color Harmonies of #230740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230740

Black with #230740

Text Example


Text Example

White with #230740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230740; }

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

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

background-color css

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

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

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

border-color css

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

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

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