Html Css Color HEX #230640 Blackcurrant

📋 copy color: '#230640'

red 35 ◦ green 6 ◦ blue 64

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

Shades of Blackcurrant #230640

Tints of Blackcurrant #230640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.71%

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

R = 33.33%
G = 5.71%
B = 60.95%

CMYK

 C value IS 0.45

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#230640 (or 0x230640) is known color: Blackcurrant. HEX triplet: 23, 06 and 40. RGB value is (35,6,64). Sum of RGB (Red+Green+Blue) = 35+6+64=105 (13% of max value = 765). Red value is 35 (14.06% from 255 or 33.33% from 105); Green value is 6 (2.73% from 255 or 5.71% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #230640 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230640 is #DCF9BF. Grayscale: #151515. Windows color (decimal): -14481856 or 4195875. OLE color: 4195875.

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

Color convert

RGB 35 6 64 -
CMYK 0.45 0.91 0 0.75
HSL 270º 0.83% 0.14% -
HSV(B) 270º 0.91% 0.25% -
XYZ 1.68 0.86 4.93 -
YUV 21.28 152.11 137.78 -
System Red Green Blue C M Y K H S L
Decimal 35 6 64 0.45 0.91 0 0.75 270 0.83 0.14
Hex 23 6 40 2D 5B 0 4B 10E 53 E
Octal 43 6 100 55 133 0 113 416 123 16
Binary 100011 110 1000000 101101 1011011 0 1001011 100001110 1010011 1110

Color Harmonies of #230640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230640

Black with #230640

Text Example


Text Example

White with #230640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230640; }

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

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

background-color css

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

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

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

border-color css

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

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

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